AngularJS on top of ASP.NET: Moving the MVC framework out to the browser – Simple-Talk:
In this article we will see how Angular JS, a new JavaScript framework by Google can be used effectively to build web applications where:
1. Views are pure HTML
2. Controllers (in the server sense) are pure REST based API calls
3. The presentation layer is loaded as needed from partial HTML only files.