angularjs-eclipse
angularjs-eclipse copied to clipboard
Code completion does not work for Angular directives
<h1>Hello!</h1>
<div>{{ 843 /42 }}</div>
Type a Name:
<input type="text" data-ng-model="enteredText" />
<h1>Hello {{ enteredText}}, Welcome to Angulaar</h1>
Prior to adding "data-" to the directive names , I got the warning "undefined attribute name".
I followed the instructions here, eventaully instailling the tern console. It did not show any errors but auto completion did not pop up.
https://github.com/angelozerr/angularjs-eclipse/wiki/Getting-Started
Thanks