angular-cn/modules
vsavkin 7343ef04ae feat(forms): remove controlsErrors
BREAKING CHANGE

Previously, the controlsErrors getter of ControlGroup and ControlArray returned the errors of their direct children. This was confusing because the result did not include the errors of nested children (ControlGroup -> ControlGroup -> Control). Making controlsErrors to include such errors would require inventing some custom serialization format, which applications would have to understand.

Since controlsErrors was just a convenience method, and it was causing confusing, we are removing it. If you want to get the errors of the whole form serialized into a single object, you can manually traverse the form and accumulate the errors. This way you have more control over how the errors are serialized.

Closes #5102
2015-11-06 01:47:37 +00:00
..
angular1_router build(browserstack): initial setup 2015-11-01 23:22:40 +01:00
angular2 feat(forms): remove controlsErrors 2015-11-06 01:47:37 +00:00
angular2_material chore(core): move compiler out of core 2015-11-05 14:44:52 -08:00
benchmarks chore(core): move compiler out of core 2015-11-05 14:44:52 -08: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(core): move directives, pipes, and forms into common 2015-11-05 23:00:32 +00:00