angular-cn/modules/angular2/test/render/dom/shadow_dom
Tobias Bosch 64ad74acbe fix(shadowdom): remove unused nodes on redistribute
Previously, light dom nodes that were not used by any content tag
were not removed from a view on redistribute. This lead
to a bug when reusing a view from the view pool, as it
still contained stale reprojected nodes.

Fixes #1416
2015-04-20 11:36:39 -07:00
..
content_tag_spec.js feat(render): add initial implementation of render layer 2015-04-01 16:50:22 -07:00
emulated_scoped_shadow_dom_strategy_spec.js fix(shadowdom): remove unused nodes on redistribute 2015-04-20 11:36:39 -07:00
emulated_unscoped_shadow_dom_strategy_spec.js fix(shadowdom): remove unused nodes on redistribute 2015-04-20 11:36:39 -07:00
light_dom_spec.js fix(shadowdom): remove unused nodes on redistribute 2015-04-20 11:36:39 -07:00
native_shadow_dom_strategy_spec.js refactor(view): provide ViewContainers dynamically on any element 2015-04-17 12:35:59 -07:00
shadow_css_spec.js feat(render): add initial implementation of render layer 2015-04-01 16:50:22 -07:00
style_inliner_spec.js refactor(render): move services to render folder 2015-04-02 14:40:49 -07:00
style_url_resolver_spec.js refactor(render): move services to render folder 2015-04-02 14:40:49 -07:00