Panel: plugins panels can now reside outsude the app/panels directory, added example plugin panel

This commit is contained in:
Torkel Ödegaard
2014-10-14 16:57:33 -04:00
parent 920689b80e
commit 1330488e13
11 changed files with 65 additions and 23 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
</div>
<div ng-repeat="pulldown in dashboard.nav" ng-controller="SubmenuCtrl" ng-show="editor.index == 4+$index">
<ng-include ng-show="pulldown.enable" src="edit_path(pulldown.type)"></ng-include>
<ng-include ng-show="pulldown.enable" src="pulldownEditorPath(pulldown.type)"></ng-include>
<button ng-hide="pulldown.enable" class="btn" ng-click="pulldown.enable = true">Enable the {{pulldown.type}}</button>
</div>