angular/modules/angular2/src/core
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
..
annotations Fix which dependency is injected w/ current elem. 2015-03-21 18:14:43 +00:00
compiler fix(ViewContainer) removeChild called with null parent 2015-03-21 14:55:10 -07:00
dom docs(*): add @publicModule tags 2015-03-17 14:44:45 -07:00
events feat(compiler): DOM adapters + html5lib implementation; misc fixes 2015-02-27 16:49:14 -08:00
life_cycle feat(di): Add the @Injectable annotation to Compiler 2015-03-17 22:12:47 -07:00
zone fix(build): support transpile to commonjs 2015-02-11 13:09:52 -08:00
application.js fix(bootstrap): report error on bootstrapping non-Component directive 2015-03-18 21:51:46 -07:00
exception_handler.js feat(di): Add the @Injectable annotation to Compiler 2015-03-17 22:12:47 -07:00