Controlling when infinite scroll is available.
This commit is contained in:
parent
72cb94d212
commit
0bd94601ae
2 changed files with 6 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue