solve strange behaviour in infinite-scroll
This commit is contained in:
parent
baf0b2f08c
commit
1bd9be869c
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<ion-infinite-scroll
|
||||
ng-if="index.historyShowMore"
|
||||
ng-if="index.historyShowMore && index.isSearching"
|
||||
on-infinite="index.showMore()"
|
||||
distance="1%">
|
||||
</ion-infinite-scroll>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue