solve strange behaviour in infinite-scroll

This commit is contained in:
Gabriel Bazán 2016-05-27 15:51:49 -03:00 committed by Javier
commit 1bd9be869c

View file

@ -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>