summaryrefslogtreecommitdiffstats
path: root/web/directive/menu.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/directive/menu.html')
-rw-r--r--web/directive/menu.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/directive/menu.html b/web/directive/menu.html
new file mode 100644
index 0000000..ab63cb7
--- /dev/null
+++ b/web/directive/menu.html
@@ -0,0 +1,8 @@
+<!--
+ Copyright (c) 2012-2015 Kaarle Ritvanen
+ See LICENSE file for license details
+-->
+
+<li ng-class="item.class" ng-repeat="item in aconfMenu">
+ <a href="#/config{{ item.path }}">{{ item.label }}</a>
+</li>