You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,13 @@ Visual Studio 2013 provides intellisense for AngularJS directives within HTML pa
11
11
12
12
Enabling intellisense for your custom AngularJS components is simple and can be accomplished with a few simple steps:
13
13
14
+
### Prerequisites
15
+
16
+
In order for AngularJS Intellisense to function properly, your project needs a correctly-constructed _references.js file. See the following articles for guidance on creating a _references.js file:
Add the [angular.intellisense.js](https://raw.github.com/jmbledsoe/angularjs-visualstudio-intellisense/master/src/Scripts/angular.intellisense.js) file to the same folder in your project that contains angular.js or angular.min.js.
0 commit comments