loading new txs using pagination

This commit is contained in:
Sebastiaan Pasma 2018-08-15 17:23:00 +02:00
commit 0ae6f043ed
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
3 changed files with 105 additions and 13 deletions

View file

@ -306,7 +306,7 @@
</div>
</div>
<ion-infinite-scroll
ng-if="txHistory[0] && !updatingTxHistory && txHistoryShowMore"
ng-if="txHistory[0] && !updatingTxHistory"
on-infinite="showMore()"
distance="1%">
</ion-infinite-scroll>