angular-cn/modules/angular2/test/change_detection
Tobias Bosch 0a51ccbd68 feat(render): don’t use the reflector for setting properties
BREAKING CHANGES:
- host actions don't take an expression as value any more but only a method name,
  and assumes to get an array via the EventEmitter with the method arguments.
- Renderer.setElementProperty does not take `style.`/... prefixes any more.
  Use the new methods `Renderer.setElementAttribute`, ... instead

Part of #2476
Closes #2637
2015-06-22 18:35:16 -07:00
..
generated refactor(change detect): Clean up change detector test layout 2015-06-10 16:09:48 -07:00
generator refactor(change detect): Clean up change detector test layout 2015-06-10 16:09:48 -07:00
parser feat(host): limits host properties to renames 2015-06-22 12:10:02 -07:00
pipes refactor(pipes): removed pipes from properties 2015-06-19 16:56:52 -07:00
change_detection_spec.ts refactor(change_detection): made ChangeDetector and ProtoChangeDetector interfaces 2015-06-18 17:41:22 -07:00
change_detector_config.ts feat(render): don’t use the reflector for setting properties 2015-06-22 18:35:16 -07:00
change_detector_spec.ts refactor(pipes): removed pipes from properties 2015-06-19 16:56:52 -07:00
coalesce_spec.ts refactor(ProtoRecord): switch to enum 2015-06-11 17:11:34 +02:00
iterable.dart chore(packaging): move files to match target file structure 2015-02-05 15:46:13 -08:00
iterable.ts refactor(ChangeDetection): convert change detection tests to typescript 2015-05-28 10:01:30 -07:00
util.ts fix: fix clang errors 2015-05-28 11:08:26 -07:00