adding infinite scroll to the search feature

This commit is contained in:
Gabriel Bazán 2016-05-24 14:10:53 -03:00 committed by Javier
commit f2e1a8993c
2 changed files with 9 additions and 5 deletions

View file

@ -64,5 +64,10 @@
<i class="icon-arrow-right3 size-18"></i>
</div>
</div>
<ion-infinite-scroll
ng-if="index.historyShowMore"
on-infinite="index.showMore()"
distance="1%">
</ion-infinite-scroll>
</ion-content>
</ion-modal-view>