Tim Blasi
|
a187c782aa
|
feat(dart/transform): Allow absolute urls in templates
Allow `templateUrl` to be specified as an absolute `package:` import.
|
2015-06-11 09:35:17 -07:00 |
|
Jeff Cross
|
f34f8df319
|
refactor(xhr): move render's xhr implementation to render/
The existence of this module in the services/ folder led some to believe xhr
is meant to be a general-purpose http library.
Fixes #2305
|
2015-06-09 10:28:35 -07:00 |
|
Tim Blasi
|
97d24563f4
|
feat(dart/transform): Inline templateUrl values
Modify DirectiveProcessor to inline `templateUrl` values to avoid making
additional browser requests.
Closes #1035
|
2015-05-12 09:08:56 -07:00 |
|