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
..
2015-03-20 15:50:05 +01:00
2015-03-13 18:20:02 +01:00
2015-03-13 18:20:02 +01:00
2015-03-09 22:17:28 +01:00