add incomplete wallets to receive tab

This commit is contained in:
Gabriel Bazán 2016-09-26 11:26:10 -03:00
commit 3a1129e1f8
4 changed files with 78 additions and 36 deletions

View file

@ -8,10 +8,6 @@
<span class="item-note m10l" ng-show="wallet.n > 1 && wallet.isComplete()">
{{wallet.m}}-of-{{wallet.n}}
</span>
<span class="badge badge-assertive" ng-show="!wallet.isComplete()" translate>
Incomplete
</span>
<!-- <i ng-show="wallet.needsBackup" class="icon ion-android-warning assertive"></i> -->
</div>
</div>
</ion-slide-page>