angular-cn/modules/examples
Tobias Bosch 923d90bce8 refactor(views): clean up creating views in place and extract view_hydrator
Major changes:
- `compiler.compileRoot(el, type)`
  -> `compiler.compileInHost(type) + viewHydrator.hydrateHostViewInPlace(el, view)`
- move all `hydrate`/`dehydrate` methods out of `View` and `ViewContainer` into
  a standalone class `view_hydrator` as private methods and provide new public
  methods dedicated to the individual use cases.

Note: This PR does not change the current functionality, only moves it
into different places.

See design discussion in #1351, in preparation for imperative views.
2015-04-16 11:58:01 -07:00
..
e2e_test feat(keyEvents): support for <div (keyup.enter)="callback()"> 2015-04-10 13:29:27 +02:00
src refactor(views): clean up creating views in place and extract view_hydrator 2015-04-16 11:58:01 -07:00
test/benchpress fix(test): add `v8` category to server spec 2015-03-11 16:35:23 -07:00
pubspec.yaml feat(material): first ng2 material design components 2015-04-14 16:15:35 -07:00