Skip to content

New and Noteworthy 1.0.0

Angelo edited this page Sep 1, 2015 · 9 revisions

Here's a list of the most noteworthy things in the 1.0.0 release which release which is available for download since 09/01/2015. You can see issues for 1.0.0

Please read New and Noteworthy 1.0.0 of tern.java

Module Dependencies

Module Dependencies was improved :

Completion

Hyperlink

templateUrl

Support for templateUrl is now available for directive and $routeProvider.

baseURL

Before using templateUrl support, you must configure baseURL option for templateUrl. baseURL is the root of your web application (eg: folder which contains your index.html for instance):

To configure baseURL option, go at your project properties and Tern / Modules, check AngularJS and go at Options tab:

Completion

After configuring baseURL, you can benefit with completion for templateUrl:

Hyperlink

After configuring baseURL, you can benefit with hyperlink for templateUrl:

Dependency Annotation

Dependency Annotation support was improved. It works with Inline Array Annotation and Implicit Annotation both.

Completion

Completion for Inline Array Annotation is available for ng and custom module:

Please note that completion works only if you are inside a string parameter.

Completion for Implicit Annotation is available for ng and custom module:

Please note that completion works only if you type one character.

Hyperlink

Completion for Inline Array Annotation is available custom module: