fix: v5 sidemenu & link to shortcuts now works, fixes #10087

This commit is contained in:
Torkel Ödegaard
2017-12-07 16:58:57 +01:00
parent 68dab71275
commit 87ceeb0898
4 changed files with 8 additions and 4 deletions

View File

@@ -59,7 +59,7 @@
</a>
</li>
<li ng-repeat="child in ::item.children" ng-class="{divider: child.divider}" ng-hide="::child.hideFromMenu">
<a href="{{::child.url}}" target="{{::child.target}}">
<a href="{{::child.url}}" target="{{::child.target}}" ng-click="ctrl.itemClicked(child, $event)">
<i class="{{::child.icon}}" ng-show="::child.icon"></i>
{{::child.text}}
</a>