Angularjs autocomplere doesnt work.
I have simply included angularjs ver. 3 in my local files.
I then have an html file with
<script type="text/javascript" src="angular.js"></script>
in <head>
I do get autocompletion for ng-app for example, but not I don't get autocompletion for ng-view for example.
I do get autocompletion for ng-app for example, but not I don't get autocompletion for ng-view for example.
Please sign in to leave a comment.
Is ng-view attribute the only one completion doesn't work for?
It is not the only one.
Most of the attributes don't show. Such as ng-repeat, etc.
Suddenly it works...
Maybe because I added angular-route.js