0

I retrieve data from WordPress through JSON API to Ionic but in WordPress JSON API only 10 data is retrieved.

How to retrieve the next 10 posts with on-screen loader in Ionic?

Tomislav Stankovic
  • 3,080
  • 17
  • 35
  • 42

1 Answers1

0

You could try to use bootstrap pagination, code here : http://angular-ui.github.io/bootstrap/

more spec here: https://github.com/angular-ui/bootstrap/blob/master/src/pagination/docs/readme.md

working plunker here: How to do paging in AngularJS?

Community
  • 1
  • 1