angular-cn/modules_dart/transform
Alex Rickabaugh d1b54d6807 fix(core): Add an error state for ChangeDetectors that is set when bindings or lifecycle events throw exceptions and prevents further detection.
- Changes the `alreadyChecked` flag of AbstractChangeDetector to a new `state` flag.
- Changes all checks of alreadyChecked to check that the state is NeverChecked.
- Set state to Errored if an error is thrown during detection.
- Skip change detection for a detector and its children when the state is Errored.
- Add a test to validate this fixes issue #4323.

Closes #4953
2015-10-29 23:11:02 +00:00
..
lib fix(core): Add an error state for ChangeDetectors that is set when bindings or lifecycle events throw exceptions and prevents further detection. 2015-10-29 23:11:02 +00:00
test/transform fix(dart/transform): Gracefully handle empty .ng_meta.json files 2015-10-29 11:29:04 -07:00
pubspec.yaml refactor(dart/transform): Update protobuf dependencies 2015-10-19 10:32:17 -07:00