angularjs-eclipse icon indicating copy to clipboard operation
angularjs-eclipse copied to clipboard

Code completion does not work for Angular directives

Open Cillard opened this issue 7 years ago • 0 comments

Hello World, AngularJS

<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

Cillard avatar Mar 08 '18 15:03 Cillard