【发布时间】:2014-10-31 02:56:17
【问题描述】:
我通过 JSON API 从 WordPress 检索数据到 Ionic,但在 WordPress JSON API 中只检索到 10 个数据。
如何在 Ionic 中使用屏幕加载器检索接下来的 10 个帖子?
【问题讨论】:
标签: json wordpress angularjs ionic-framework
我通过 JSON API 从 WordPress 检索数据到 Ionic,但在 WordPress JSON API 中只检索到 10 个数据。
如何在 Ionic 中使用屏幕加载器检索接下来的 10 个帖子?
【问题讨论】:
标签: json wordpress angularjs ionic-framework
您可以尝试使用引导分页,代码在这里:http://angular-ui.github.io/bootstrap/
更多规格在这里: https://github.com/angular-ui/bootstrap/blob/master/src/pagination/docs/readme.md
在这里工作的plunker: How to do paging in AngularJS?
【讨论】: