angular/modules/@angular/forms/src/directives
Misko Hevery 7c07bfff97 fix(errors): [2/2] Rename Exception to Error; remove from public API
BREAKING CHANGE:

Exceptions are no longer part of the public API. We don't expect that anyone should be referring to the Exception types.

ExceptionHandler.call(exception: any, stackTrace?: any, reason?: string): void;
change to:
ErrorHandler.handleError(error: any): void;
2016-08-26 10:37:17 -07:00
..
reactive_directives fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
abstract_control_directive.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
abstract_form_group_directive.ts test: fix memory leak when running test campaign (#11072) 2016-08-25 14:37:46 -07:00
checkbox_value_accessor.ts feat(forms): add support for disabled controls (#10994) 2016-08-24 16:58:43 -07:00
control_container.ts chore(forms): update forms labels (#10873) 2016-08-17 07:44:39 -07:00
control_value_accessor.ts feat(forms): add support for disabled controls (#10994) 2016-08-24 16:58:43 -07:00
default_value_accessor.ts feat(forms): add support for disabled controls (#10994) 2016-08-24 16:58:43 -07:00
error_examples.ts fix(forms): improve ngModel error messages (#10314) 2016-07-27 10:59:40 -07:00
form_interface.ts refactor(forms): remove FORM_PROVIDERS, FORM_DIRECTIVES, REACTIVE_FORM_PROVIDERS, REACTIVE_DIRECTIVES 2016-08-25 13:29:03 -07:00
ng_control.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
ng_control_status.ts chore(forms): update forms labels (#10873) 2016-08-17 07:44:39 -07:00
ng_form.ts feat(forms): add support for disabled controls (#10994) 2016-08-24 16:58:43 -07:00
ng_model.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
ng_model_group.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
normalize_validator.ts fix(forms): async validator-directives process Observables correctly (#8186) 2016-06-26 16:52:50 -06:00
number_value_accessor.ts feat(forms): add support for disabled controls (#10994) 2016-08-24 16:58:43 -07:00
radio_control_value_accessor.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
reactive_errors.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
select_control_value_accessor.ts feat(forms): add support for disabled controls (#10994) 2016-08-24 16:58:43 -07:00
select_multiple_control_value_accessor.ts feat(forms): add support for disabled controls (#10994) 2016-08-24 16:58:43 -07:00
shared.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
template_driven_errors.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
validators.ts chore(forms): update forms labels (#10873) 2016-08-17 07:44:39 -07:00