Merge pull request #3253 from cmgustavo/bug/wallet-not-authorized-02

Just hide menu if wallet is not authorized
This commit is contained in:
Matias Alejo Garcia 2015-10-07 12:21:13 -03:00
commit 1b4bee400b

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"