Wallet/public/views/includes/menu.html
Kosta Korenkov aab77c8fae
Cleanup bottom menu html
Menu always has 3 items, so no need in complex markup
2016-04-13 12:51:50 -03:00

10 lines
365 B
HTML

<div class="bottom-bar row collapse" ng-show="!index.notAuthorized">
<div>
<div class="row collapse">
<div class="medium-4 small-4 columns text-center bottombar-item"
ng-repeat="item in index.menu">
<span ng-include="'views/includes/menu-item.html'"></span>
</div>
</div>
</div>
</div>