I thought VS 2013 is supposed to have support for angularjs attribute intellisense? For some reason it\'s not working for me on the latest version of Microsoft Visual Studi
You could also just run this from the package manager console in VS 2013: Install-Package AngularJS.Intellisense.
If you are using ReSharper, try turning off ReSharper IntelliSense for HTML.
ReSharper > Options > IntelliSense > General > Limited ReSharper IntelliSense
Notes:
You can also get rid of warnings:
http://madskristensen.net/post/angularjs-intellisense-in-visual-studio-2012
I had the same problem and I did the following and it helped.
If you are using ReSharper, you can add an extension that will give you Intellisense, and won't raise a warning.
Top Menu in VS>Resharper>Extension Manager>Search AngularJS This will add angular js intellisense.
-------EDIT-------
Using Resharper 8.2.1
I have not tried with vs2013, but could work. Working with vs2012. http://madskristensen.net/post/angularjs-intellisense-in-visual-studio-2012
I just disabled resharper intellisense for HTML pages and got angular intellisense back on VS2013