summaryrefslogtreecommitdiffstats
path: root/web/directive/menu.html
blob: ab63cb781f362f4759156951060a5d176f3c085b (plain)
1
2
3
4
5
6
7
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>