angular-cn/modules/angular2/test/render/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
..
compiler chore(build): run render tests in Node 2015-04-15 19:51:11 -07:00
events feat(events): add support for global events 2015-04-13 22:35:36 +02:00
shadow_dom fix(shadowdom): remove unused nodes on redistribute 2015-04-20 11:36:39 -07:00
view fix(viewFactory): allow empty view cache 2015-04-20 11:36:39 -07:00
direct_dom_renderer_integration_spec.js refactor(views): clean up creating views in place and extract view_hydrator 2015-04-16 11:58:01 -07:00
integration_testbed.js fix(viewFactory): allow empty view cache 2015-04-20 11:36:39 -07:00
shadow_dom_emulation_integration_spec.js fix(shadowdom): remove unused nodes on redistribute 2015-04-20 11:36:39 -07:00