Skip to content

Commit 4214e94

Browse files
authored
Merge pull request #1093 from dpalou/MOBILE-2175
MOBILE-2175 sidemenu: Support 'app' custom items
2 parents e76ed18 + 43bfa52 commit 4214e94

File tree

1 file changed

+1
-1
lines changed
  • www/core/components/sidemenu/templates

1 file changed

+1
-1
lines changed

www/core/components/sidemenu/templates/menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h2>{{siteinfo.fullname}}</h2>
4040
</a>
4141
</li>
4242
<li ng-repeat="item in customItems" class="mm-sidemenu-customitem">
43-
<a ng-if="item.type != 'embedded'" menu-close class="item item-icon-left" ng-href="{{item.url}}" mm-link in-app="{{item.type == 'inappbrowser'}}" title="{{item.label}}">
43+
<a ng-if="item.type != 'embedded'" menu-close class="item item-icon-left" ng-href="{{item.url}}" mm-link in-app="{{item.type == 'inappbrowser'}}" capture-link="{{item.type == 'app'}}" title="{{item.label}}">
4444
<i class="icon {{item.icon}}"></i>{{item.label}}
4545
</a>
4646
<a ng-if="item.type == 'embedded'" menu-close class="item item-icon-left" ui-sref="site.iframe-view({title: item.label, url: item.url})" title="{{item.label}}">

0 commit comments

Comments
 (0)