Skip to content

Commit

Permalink
Update ba-sidebar.html
Browse files Browse the repository at this point in the history
disabled subMenu items will display proper title
  • Loading branch information
q-nick authored and lugovsky committed Jul 6, 2016
1 parent 4014e7d commit 6e6db82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/theme/components/baSidebar/ba-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
ba-ui-sref-toggling-submenu>
<li ng-mouseenter="hoverItem($event, item)" ng-repeat="subSubitem in ::subitem.subMenu" ui-sref-active="selected">
<a ng-mouseenter="hoverItem($event, item)" href ng-if="::subSubitem.disabled" class="al-sidebar-list-link">
{{ ::item.title }}
{{ ::subSubitem.title }}
</a>
<a ng-mouseenter="hoverItem($event, item)"
ui-state="subSubitem.stateRef || ''"
Expand All @@ -56,4 +56,4 @@
</ul>
<div class="sidebar-hover-elem" ng-style="{top: hoverElemTop + 'px', height: hoverElemHeight + 'px'}"
ng-class="{'show-hover-elem': showHoverElem }"></div>
</aside>
</aside>

0 comments on commit 6e6db82

Please sign in to comment.