Skip to content

Code completion does not work for Angular directives #225

Description

@Cillard
<title>Hello World, AngularJS</title> <script type="text/javascript" src="https://github.com/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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions