/
eb
/
Surf
Обзор
Документация
Войти
/
eb
/
Surf
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/browser-sync-ui/lib/plugins/remote-debug/remote-debug.html
23 строки
768 B
EvgeniyBudaev
Initial commit
17 фев 2020, 09:02
17 фев 2020, 09:02
bb6f06f
Код
Авторство
О чём код?
<div bs-panel="controls outline"> <h1 bs-heading> <icon icon="{{ctrl.section.icon}}"></icon> {{ctrl.section.title}} </h1> </div> <switch toggle="ctrl.toggleClientFile(item)" switchid="plugins-{{$index}}" active="item.active" prop="active" ng-repeat="item in ctrl.items track by $index" item="item"> <div bs-panel-content ng-if="item.active && item.hidden.length" ng-bind-html="item.hidden"></div> </switch> <switch toggle="ctrl.toggleOverlayGrid(ctrl.overlayGrid)" switchid="css-overlay-grid" active="ctrl.overlayGrid.active" prop="active" item="ctrl.overlayGrid"> <css-grid options="ctrl.uiOptions" ng-if="ctrl.options.mode !== 'snippet'"></css-grid> </switch>