Controlling when infinite scroll is available.

This commit is contained in:
Brendon Duncan 2018-08-21 09:17:56 +12:00
commit 0bd94601ae
2 changed files with 6 additions and 3 deletions

View file

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