angular/modules/angular2/test/core/render
Tobias Bosch 6fe8b85295 fix(render): keep bindings of components in content and view in the right order
Bindings in the component view have to be first, before 
bindings of components in the light dom (i.e. have the same
order as used in the `ViewManagerUtils.createView()` method.

Fixes #4522
Closes #4523
2015-10-05 10:10:47 -07:00
..
dom refactor(core): adjust imports for move files to the right place 2015-10-02 13:38:51 -07:00
view_factory_spec.ts fix(render): keep bindings of components in content and view in the right order 2015-10-05 10:10:47 -07:00
view_spec.ts feat(render): add generic view factory based on the template commands 2015-09-25 11:56:58 -07:00