data retrieve in ionic from wordpress json API

I retrieve data from wordpress through json api to ionic.but in wordpress json api only 10 data is retrieved.so how to retrieved next 10 post with on screen loader in ionic?

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?