Ionic pagination suggestion

Hi all,

I need a pagination(like bootstrap) inside my ionic app. In my mind maybe using ng-repeat + slide box (as pagination) where every slide have 10 item with image. But I fear performance issue (lagging) because of it will display all item to the slide box. Do you guys have any suggestion for this?

Thanks.

Well slide-box is getting reworked so this type of functionality can be baked in.

Until thats done, what you can do is a combination of ng-repeat and ng-if’s to show and hide the content of the slides.

Hello all,

Can any one suggest us how can we proceed with pagination for Ionic mobile app. Our post is showing pagination ( Pages 1, 2 … ) but while we are retrieving the same post within Ionic mobile app, pagination is vanished.

Please refer this for better understanding of issue. Click Here

My Version :

Your system information:

Cordova CLI: 5.1.1
Gulp version: CLI version 3.9.0
Gulp local: Local version 3.9.0
Ionic Version: 1.0.0
Ionic CLI Version: 1.6.4
Ionic App Lib Version: 0.3.8
OS: Windows 7 SP1
Node Version: v0.12.7

Any help highly appreciated.