-
Notifications
You must be signed in to change notification settings - Fork 89
New and Noteworthy 1.0.0
angelozerr edited this page Aug 17, 2015
·
9 revisions
Here's a list of the most noteworthy things in the 1.0.0 release which will be available for download at ?. You can see issues for 1.0.0
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
: