angular-cn/modules/angular2/test/directives
David-Emmanuel Divernois bd48c927d0 fix(ViewContainer) removeChild called with null parent
In view_container.js, templateElement.parentNode can be null
when two template tags are nested in one another.
Accessing the parent node through view.nodes[0].parentNode fixes
the problem.

closes #997

Closes #999
2015-03-21 14:55:10 -07:00
..
for_spec.js fix(ViewContainer) removeChild called with null parent 2015-03-21 14:55:10 -07:00
if_spec.js fix(ViewContainer) removeChild called with null parent 2015-03-21 14:55:10 -07:00
non_bindable_spec.js refactor(view): separate context and locals 2015-03-17 14:25:57 -07:00
switch_spec.js refactor(view): separate context and locals 2015-03-17 14:25:57 -07:00