Fix receive and copayers views

This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-29 19:52:26 -03:00
commit f57383e2cf
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 31 additions and 31 deletions

View file

@ -9,7 +9,7 @@
</ion-nav-bar>
<ion-content>
<div id="address">
<article class="text-center" ng-if="!wallet.isComplete()">
<article class="text-center" ng-if="wallet && !wallet.isComplete()">
<div class="incomplete">
<div class="title">
<span translate>Incomplete wallet</span>
@ -30,7 +30,7 @@
</div>
</div>
</article>
<article ng-if="wallet.isComplete()">
<article ng-if="wallet && wallet.isComplete()">
<div class="row backup" ng-show="!wallet.showBackupNeededModal && wallet.needsBackup" ng-click="goToBackupFlow()">
<div class="m15t text-center col center-block">
<i class="icon ion-alert"></i><span translate>Wallet not backed up</span><i class="icon ion-ios-arrow-thin-right"></i>