angular-cn/modules/angular2/test
Tobias Bosch bfa381b35a refactor(view): introduce AppViewManager to consolidate logic
AppViewManager is the single entry point to changing the view hierarchy.
It is split between the manager itself which does coordination and
helper methods, so both are easily testable in isolation.

Also, ViewContainer is now only a pure reference to a bound element
with the previous functionality but does not contain the list of views
any more.

Part of #1477
2015-04-24 20:26:18 -07:00
..
change_detection feat(view): reimplemented property setters using change detection 2015-04-23 11:55:27 -07:00
core refactor(view): introduce AppViewManager to consolidate logic 2015-04-24 20:26:18 -07:00
di fix(di): capture original exception in InvalidBindingError 2015-04-21 10:59:44 +02:00
directives chore(rename): rename View and Template concepts for #1244 2015-04-10 12:00:37 -07:00
dom refactor: update Dart package dependencies 2015-03-25 15:54:12 -07:00
facade fix(ListWrapper): follow JS semantics 2015-04-23 09:46:09 +02:00
forms feat(view): reimplemented property setters using change detection 2015-04-23 11:55:27 -07:00
mock chore(rename): rename View and Template concepts for #1244 2015-04-10 12:00:37 -07:00
reflection chore(packaging): update import for the new file structure 2015-02-05 15:47:12 -08:00
render/dom feat(view): reimplemented property setters using change detection 2015-04-23 11:55:27 -07:00
services refactor(render): use render layer fully 2015-04-08 20:51:31 -07:00
test_lib fix(test_lib): support multi matches with deep equality for function calls 2015-04-24 17:53:41 -07:00
transform feat(dart/transform): Add debug transform parameters 2015-04-20 12:32:04 -07:00