more work on annotations

This commit is contained in:
Torkel Odegaard
2014-02-09 19:31:06 +01:00
parent 0e3c0fcc2e
commit 869bebed6e
21 changed files with 426 additions and 73 deletions
+1 -1
View File
@@ -133,7 +133,7 @@
<ng-include src="'app/partials/import.html'"></ng-include>
</div>
<div ng-repeat="pulldown in dashboard.current.nav" ng-controller="PulldownCtrl" ng-show="editor.index == 5+$index">
<div ng-repeat="pulldown in dashboard.current.nav" ng-controller="SubmenuCtrl" ng-show="editor.index == 5+$index">
<ng-include ng-show="pulldown.enable" src="edit_path(pulldown.type)"></ng-include>
<button ng-hide="pulldown.enable" class="btn" ng-click="pulldown.enable = true">Enable the {{pulldown.type}}</button>
</div>