Skip to content

New and Noteworthy 0.8.0

Angelo edited this page Jan 29, 2015 · 2 revisions

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

Angular completion

Object Literal

ternjs supports now completion for Object Literal. The angular tern plugin uses this feature for example for Directive Definition Object.

Directive Definition Object

If you open completion inside Directive Definition Object, you will see properties of this object literal like restrict, controller, templateUrl :

JSAngularCompletionObjectLiteralForDirective

Route Object

If you open completion inside Route Object, you will see properties of this object literal like controller, templateUrl :

JSAngularCompletionObjectLiteralForRouteObject

Jasmine & Protractor support

Jasmine support

Add Jasmine support:

Jasmine describe Completion Apply

For more information, please read Jasmine support

Protractor support

Add Protractor support:

Protractor By Completion

For more information, please read Protractor support