Line | |
---|
1 | <li ng-repeat="section in entries" ng-class="{'category':section.isCategory === true, 'active': isActive(section.route)}">
|
---|
2 | <a ng-href="{{section.route}}" ng-if="!section.isCategory">
|
---|
3 | <span ng-if="section.icon != ''" ng-class="section.icon" style="padding-right: 10px;"></span>
|
---|
4 | <span>{{section.name}}</span>
|
---|
5 | </a>
|
---|
6 | <span ng-if="section.isCategory">{{section.name}}</span>
|
---|
7 | <ul ng-init="entries = section.entries;"
|
---|
8 | ng-include="'App/LoadSharedView?directory=menu&view=menu.cshtml&dateTime=@DateTime.Now'"
|
---|
9 | class="nav nav-sub-sidebar"></ul>
|
---|
10 | </li> |
---|
Note: See
TracBrowser
for help on using the repository browser.