blob: 2bcdaddf12b964daa4e38e94ae4249f6121e89f2 [file] [log] [blame]
Matteo Scandolof6acdbe2016-12-13 10:29:37 -08001<div class="nav">
2 <ul>
Matteo Scandolof2c3ed62016-12-15 14:32:50 -08003 <li ng-repeat="route in vm.routes" ui-sref-active="active" ng-class="vm.isRouteActive(route)">
4 <a ng-if="route.state" ui-sref="{{route.state}}">{{route.label}}</a>
5 <a ng-if="route.url" href="#/{{route.url}}">{{route.label}}</a>
Matteo Scandolof6acdbe2016-12-13 10:29:37 -08006 </li>
7 </ul>
8</div>