CMS-like Dynamic Routing in AngularJS

As I’m designing a CMS-like system in AngularJS, one of the things I find myself needing to do is create simple HTML pages stuffed full of content. What I don’t want to do is create a new partial view and add it to my route for every page that I create in the future.

http://lawsonry.com/2014/05/cms-like-dynamic-routing-angularjs/