angular/modules
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
..
angular1_router refactor(router): rename "as" to "name" in RouteConfig 2015-10-29 10:52:55 -07:00
angular2 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
angular2_material refactor(async): refactor EventEmitter 2015-10-29 23:06:16 +00:00
benchmarks refactor(core): Move LifeCycle functionality into ApplicationRef. 2015-10-29 22:28:30 +00:00
benchmarks_external fix(benchmarks): update react and polymer benchmarks and get tree update numbers for all of the benchmarks as well. 2015-10-28 13:17:01 -07:00
benchpress fix(benchpress): increase sampling frequency 2015-10-28 22:47:24 +00:00
playground refactor(async): refactor EventEmitter 2015-10-29 23:06:16 +00:00
upgrade refactor(async): refactor EventEmitter 2015-10-29 23:06:16 +00:00