-
Notifications
You must be signed in to change notification settings - Fork 89
New and Noteworthy 1.0.0
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 was improved :


Support for templateUrl is now available for directive and $routeProvider.
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:

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

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

Dependency Annotation support was improved. It works with Inline Array Annotation and Implicit Annotation both.
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.
Completion for Inline Array Annotation is available custom module:
