Fix walletDetails getHistory

This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-30 15:58:56 -03:00
commit 5ec82cd8ef
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 8 additions and 5 deletions

View file

@ -111,7 +111,7 @@
No transactions yet
</div>
<div ng-show="updatingTxHistory" class="updatingHistory">
<div ng-show="updatingTxHistory && updatingTxHistoryProgress>5" class="updatingHistory">
<div class="row" >
<ion-spinner class="spinner-dark" icon="lines"></ion-spinner>
</div>