angular-cn/modules/angular2/test/render
Alex Rickabaugh e94270946a feat(compiler): Support $baseUrl in HTML attributes when loading a template.
Angular fetches template HTML files outside of the browser's normal parsing flow. As a result, URLs in template files are interpreted relative to the root application, when the components defined by the template files are inserted into the DOM. This change enables a template author to prefix URLs with the string $baseUrl, which will be replaced with the relative base path of the template file.

So for an example template loaded from /component/foo/template.html:

<img src="$baseUrl/logo.png" />

becomes:

<img src="/component/foo/logo.png" />

Addresses #2384.
2015-07-20 15:26:00 -07:00
..
dom feat(compiler): Support $baseUrl in HTML attributes when loading a template. 2015-07-20 15:26:00 -07:00
api_spec.ts feat(Directive): Have a single Directive.host which mimics HTML 2015-06-11 13:11:09 -07:00
xhr_impl_spec.ts fix: add types for ts2dart's façade handling. 2015-06-12 15:41:08 -07:00
xhr_mock_spec.ts fix: add types for ts2dart's façade handling. 2015-06-12 15:41:08 -07:00