angular/modules
Tobias Bosch 7dde18b181 fix(style_compiler): don’t touch urls in stylesheets and keep stylesheets with absolute urls in templates
We can’t resolve relative urls (e.g. for images) in the compiler as
these urls are meant to be loaded in the browser
(unless we would inline images as base64…).

Also, keep `<link rel=“stylesheet”>` in templates that
reference absolute urls with e.g. `http://`. This
behavior was already present for `@import` rules
within stylesheets.
Closes #4740
2015-10-15 01:42:48 +00:00
..
angular1_router refactor(ngOutlet): using some typescript features 2015-10-09 03:40:42 +00:00
angular2 fix(style_compiler): don’t touch urls in stylesheets and keep stylesheets with absolute urls in templates 2015-10-15 01:42:48 +00:00
angular2_material refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
benchmarks refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
benchmarks_external refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
benchpress refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
examples test(router): add testing code for querystring serialization 2015-10-13 12:06:22 -07:00
upgrade refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00