Open
Description
<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
Metadata
Metadata
Assignees
Labels
No labels