Angular JS intellisense is not coming

Sep 19 2016 2:24 AM

Hi

I am new to MVC and Angular JS

in MVC application I created html page.

in that I wrote the following code

<!DOCTYPE html>
<html>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<body>

<div ng-app="">
<p>Name : <input type="text" ng-model="name"></p>
<h1>Hello {{name}}</h1>
</div>

</body>
</html>

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


Answers (3)