angular/modules/@angular/core/src/linker
Tobias Bosch e2b1e1577d fix(core): don’t detach nested view containers when destroying a view
When a view is destroyed, we destroy all
views in view containers and should not detach them. However, previously, we also detached them which lead to problems during the iteration loop.

Closes #8458
Closes #8471

Introduced by 0c600cf6e3
2016-05-04 16:27:20 -07:00
..
component_factory.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
component_resolver.ts feat(router): update router to support lazy loading 2016-05-04 14:50:00 -07:00
debug_context.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
dynamic_component_loader.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
element.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
element_injector.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
element_ref.ts repackaging: all the file moves 2016-05-01 20:51:00 -07:00
exceptions.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
query_list.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
query_list.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
systemjs_component_resolver.ts feat(core): add a component resolver that can load components lazily using system.js 2016-05-04 14:50:00 -07:00
template_ref.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
view.ts fix(core): don’t detach nested view containers when destroying a view 2016-05-04 16:27:20 -07:00
view_container_ref.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
view_ref.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
view_type.ts repackaging: all the file moves 2016-05-01 20:51:00 -07:00
view_utils.ts chore: clang-format master 2016-05-03 18:56:39 -07:00