Hide menu if wallet is not authorized

This commit is contained in:
Gustavo Maximiliano Cortez 2015-09-28 18:27:52 -03:00
commit afe6c1039c
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 6 additions and 6 deletions

View file

@ -6,10 +6,10 @@
<a></a>
</div>
<menu-toggle ng-show="index.menu.length > 6"/>
<menu-toggle ng-show="index.menu.length > 6"></menu-toggle>
</div>
<div class="bottom-bar row collapse">
<div ng-if="!index.notAuthorized" class="bottom-bar row collapse">
<div ng-class="{ 'medium-10 small-10 columns': index.menu.length == 5 }">
<div class="row collapse">
<div class="medium-{{index.menuItemSize}} small-{{index.menuItemSize}} columns text-center bottombar-item"
@ -17,7 +17,7 @@
<span ng-include="'views/includes/menu-item.html'"/>
</div>
<menu-toggle ng-show="index.menu.length > 6"/>
<menu-toggle ng-show="index.menu.length > 6"></menu-toggle>
</div>
</div>