I'm building what you may call a 'vanilla web app' with ASP MVC2. Typically, such apps use JQuery to do all of the client side stuff.
I find using NG much cleaner, simpler and achieve similar or better results with fewer lines of code.
But I don't want to throw away all of the server side goodness and so I'm trying out a mix and match approach.
Case in point, the hidden is populated based on some code that executes on the client and the server on post back maps it to a view model and then the view model is used to make decisions.
Thanks,
Avinash