angular/modules
Tobias Bosch 421d8916a6 refactor(view_manager): split inPlace views into root and free host views.
BREAKING CHANGE:
`AppViewManager.createInPlaceHostView` is replaced by
`AppViewManager.createRootHostView` (for bootstrap) and
`AppViewManager.createFreeHostView` (for imperative components).

The later creates new host elements that are not attached anywhere.
To attach them, use `DomRenderer.getHostElement(hostviewRef)`
to get the host element.

Closes #1920
2015-05-15 13:24:53 -07:00
..
angular2 refactor(view_manager): split inPlace views into root and free host views. 2015-05-15 13:24:53 -07:00
angular2_material refactor(view_manager): split inPlace views into root and free host views. 2015-05-15 13:24:53 -07:00
benchmarks refactor(proto_view_factory): expose data for generating change detectors 2015-05-13 17:11:59 -07:00
benchmarks_external fix(ng1 benchmarks): revert *ng-if to ng-if 2015-05-13 11:56:50 +02:00
benchpress chore: dartfmt Dart code in the repo 2015-05-11 09:50:33 -07:00
examples fix(examples): prefix directives with Ng 2015-05-13 11:56:50 +02:00
rtts_assert chore(build): Remove .es6 files which shadow .ts files. 2015-05-01 09:51:03 -07:00