Just hide menu if wallet is not authorized

This commit is contained in:
Gustavo Maximiliano Cortez 2015-09-29 09:27:00 -03:00
commit f05bf59548
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -9,7 +9,7 @@
<menu-toggle ng-show="index.menu.length > 6"/>
</div>
<div class="bottom-bar row collapse">
<div class="bottom-bar row collapse" ng-show="!index.notAuthorized">
<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"