-
Notifications
You must be signed in to change notification settings - Fork 90
New and Noteworthy 0.8.0
Here's a list of the most noteworthy things in the AngularJS Eclipse 0.8.0 release which is available for download since 01/28/2015. You can see issues for 0.8.0
Please read New and Noteworthy 0.8.0 of tern.java
ternjs supports now completion for Object Literal
. The angular tern plugin uses this feature for example for Directive Definition Object.
If you open completion inside Directive Definition Object, you will see properties of this object literal like restrict
, controller
, templateUrl
:
If you open completion inside Route Object, you will see properties of this object literal like controller
, templateUrl
:
Add Jasmine support:
For more information, please read Jasmine support
Add Protractor support:
For more information, please read Protractor support