mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-31 14:18:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			768 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			768 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <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>
 | 
