Hi
I am new to MVC and Angular JS
in MVC application I created html page.
in that I wrote the following code
Name :
Hello {{name}}
but for "ng-app" intellisense is not coming.
How to activate the intellisense .with out that will it work?
Any proper guide for angular js,MVC 5 from basics?
Please help me
Regards
Chandran

Bhuvan PandeyPosted Sep 19, 2016, 6:58 AM
Follow these steps to get angular JS intellisense in Visual studio 2012
Step 1
Find the file commonHTML5Types.xsd located in the Visual Studio install directory and back it up (just in case). Mine is here:C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Packages\schemas\html
Step 2
Download this new version of commonHTML5Types.xsd and replace the existing one from the directory in Step 1 with it.
Restart Visual Studio and that's it. You now have all the ng-* attributes available in Intellisense.
Midhun TpPosted Sep 19, 2016, 3:05 AM
Akash VarshneyPosted Sep 19, 2016, 2:37 AM