Pretty Permalinks with Angular UI-Router Problem: how to get Wordpress-style pretty permalinks into an Angular app?
Pagination with UI-Router and WP-API The key to this is knowing what Angular's ui-router can do. This post by Aviv Ben-Yosef was very helpful: Simple pagination and URL params with ui-router.
An Angular Client for a WordPress site I coded up an Angular 1.5 app that shows the posts from my WordPress blog. It fetches post data from this site's Rest API.