angular/modules/angular2/test
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
..
animate refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
core 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
http chore: adjust formatting to new clang-format. 2015-10-28 11:19:10 +01:00
mock refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
router refactor(async): refactor EventEmitter 2015-10-29 23:06:16 +00:00
symbol_inspector refactor(dart): Format Dart code 2015-10-20 17:39:37 +00:00
testing fix(testing): let DOM adapter dictate XHR implementation for tests 2015-10-15 12:12:27 -07:00
tools refactor(core): Move LifeCycle functionality into ApplicationRef. 2015-10-29 22:28:30 +00:00
web_workers refactor(async): refactor EventEmitter 2015-10-29 23:06:16 +00:00
platform.dart refactor: Remove isDart from public API 2015-08-13 21:18:31 +00:00
platform.ts refactor: Remove isDart from public API 2015-08-13 21:18:31 +00:00
public_api_spec.ts chore(package): update RxJS version 2015-10-29 23:06:16 +00:00