Reading List
The basics of using ui-router with AngularJS from your friend Joel's digital garden RSS feed.
The basics of using ui-router with AngularJS
URL routing is a popular approach to matching the contents of a URL to specific
functionality within a web application. URL routes programatically present
specific content to users based on the URL that they are visiting. It is a
popular approach…