Merge pull request #217 from gabrielbazan7/fix/loadingTrans
show loading label if progress > 5
This commit is contained in:
commit
4069998930
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue