You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
768 B
23 lines
768 B
<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>
|
|
|