ionic-cordova-gulp-seed
Version:
Ionic & Cordova & Gulp seed with organized code, tests, bower support and some other stuff. Originated from ionic-angular-cordova-seed.
18 lines (16 loc) • 399 B
HTML
name: forever
component: ionInfiniteScroll
<ion-header-bar>
<h1 class="title">Scroll Down to Load More</h1>
</ion-header-bar>
<ion-content ng-controller="ForeverCtrl">
<div class="list">
<div class="item" ng-repeat="item in items">
{{item}}
</div>
</div>
<ion-infinite-scroll on-infinite="loadMoreItems()" icon="ion-loading-c">
</ion-infinite-scroll>
</ion-content>