angular/modules/angular2/test
Tobias Bosch 09f8d8f7ba refactor(core): introduce ViewRef and ProtoViewRef
BREAKING CHANGES:
- `NgElement` merged into `ElementRef`
- `Compiler.compile…` returns `ProtoViewRef`
- `ViewContainer` uses `ProtoViewRef`s and `ViewRef`s.
- `ViewRef`/`ProtoViewRef` in renderer were renamed to
  `RenderViewRef`/`RenderProtoViewRef`.

Related to #1477
Closes #1592
2015-04-29 14:03:38 -07:00
..
change_detection fix(change_detector): ensure that locals are only used when implicit receiver 2015-04-28 23:40:22 +00:00
core refactor(core): introduce ViewRef and ProtoViewRef 2015-04-29 14:03:38 -07:00
di fix(di): improve error messages for invalid bindings 2015-04-28 23:42:36 +00:00
directives refactor(core): introduce ViewRef and ProtoViewRef 2015-04-29 14:03:38 -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 refactor(core): introduce ViewRef and ProtoViewRef 2015-04-29 14:03:38 -07:00
router fix(compiler): changed the compiler to set up event listeners and host properties on host view elements 2015-04-29 05:27:45 +00:00
services refactor(core): introduce ViewRef and ProtoViewRef 2015-04-29 14:03:38 -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): Dedup getters, setters, & methods 2015-04-27 17:04:31 -07:00