show loading label if progress > 5

This commit is contained in:
Gabriel Bazán 2016-09-29 12:58:07 -03:00
parent 0798c6ed1e
commit 3662f5c66b
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@
translate>No transactions yet {{status.totalBalanceStr}}
</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>