Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code completion does not work for Angular directives #225

Open
Cillard opened this issue Mar 8, 2018 · 0 comments
Open

Code completion does not work for Angular directives #225

Cillard opened this issue Mar 8, 2018 · 0 comments

Comments

@Cillard
Copy link

Cillard commented Mar 8, 2018

<title>Hello World, AngularJS</title> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/angularjs/1.6.5/angular.min.js"></script>
<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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant