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

Hide menu if wallet is not authorized
This commit is contained in:
Matias Alejo Garcia 2015-09-28 19:59:16 -03:00
commit b5563e98b3
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>

View File

@ -182,7 +182,7 @@
receive
-->
<div id="receive" class="receive tab-view">
<div id="receive" class="receive tab-view" ng-if="!index.notAuthorized">
<div ng-show="index.needsBackup && !home.skipBackup" class="p60t row text-center">
<div class="text-warning text-bold m15b">
@ -280,7 +280,7 @@
send
-->
<div id="send" class="send tab-view">
<div id="send" class="send tab-view" ng-if="!index.notAuthorized">
<div>
<h4 class="title m0">
@ -439,7 +439,7 @@
history
-->
<div id="history" class="history tab-view">
<div id="history" class="history tab-view" ng-if="!index.notAuthorized">
<div class="row m20t" ng-show="!index.txHistory[0] && !index.updatingTxHistory">
<div class="large-12 columns">
<div class="oh text-center">