angular-cn/modules/angular2/test/core/forms
vsavkin 547e011abe feat(forms): add support for Validator
Currently, the only way for a directive to export a validator is by providing a function. This makes it ackward to write validators that depend on directive inputs. In addition to supporting functions as validators, classes implementing the Validator interface are supported too.
2015-10-29 00:02:01 +00:00
..
directives_spec.ts feat(forms): add support for Validator 2015-10-29 00:02:01 +00:00
form_builder_spec.ts feat(forms): Implement a way to manually set errors on a control 2015-10-27 19:31:25 +00:00
integration_spec.ts feat(forms): add support for Validator 2015-10-29 00:02:01 +00:00
model_spec.ts refactor(forms): make Validators.group and Validators.array private 2015-10-28 00:13:20 +00:00
validators_spec.ts refactor(forms): make Validators.group and Validators.array private 2015-10-28 00:13:20 +00:00