Step 1 : Our First Step is to install the AngularJS extension for Visual Studio. To do this, I download the angular.intellisense.js file and place it in the
C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References folder on you PC.
Step 2: Next, We have to add AngularJS to our project in Visual Studio using the NuGet package manager (you could also download AngularJS directly from http://www.angularjs.org and place it into your own project alongside your other script files).
First Create Normal empty web application.It will Look Like
Then Right Click on the project and select Package manager
Then search for angular and install in the project , Now you are ready to work with angularjs in visual studio 2013 and it will support intellisense also :)