adriancarriger / angularfire2-offline

🔌 A simple wrapper for AngularFire2 to read and write to Firebase while offline, even after a complete refresh.
https://angularfire2-offline.firebaseapp.com/
MIT License
207 stars 48 forks source link

Pagination Ionic #15

Closed gabrieltavaresmelo closed 7 years ago

gabrieltavaresmelo commented 7 years ago

When I use load more data, the AfoListObservable don't load the next 20 elements.

`

{{i}}

<ion-infinite-scroll (ionInfinite)="doInfinite($event)">

`

http://ionicframework.com/docs/v2/api/components/infinite-scroll/InfiniteScroll/

adriancarriger commented 7 years ago

Can you show your entire component code?

adriancarriger commented 7 years ago

I'm closing this because I haven't heard back in a while. Feel free to reopen if you were not able to solve it. Thanks!