On my site http://www.reviewstoshare.com I use AngularJS with ASP.NET MVC. The main reason I did not advance with AngularJS was that SEO is not easily achieved with AngularJS. Keep in mind that my site has already been created using ASP.MVC + jQuery to interact with you as needed.
On the other hand, the site still has the nature of "Ajaxy", such as comments, voting, tagging, etc. Not too different from Stackoverflow itself. Before AngularJS, it was a mess of plugins and JQuery functions in the $(document).ready() callback, not to mention the fact that the JS code was not tested.
In the end, I went with both.
Ketan May 05 '13 at 3:24 a.m. 2013-05-05 03:24
source share