angular/modules/@angular/forms/src
Justin James 2b5c983c13 docs(reset): change semi-colon to colon in code example
The first code example for the reset function was invalid as it has a semi-colon instead of a colon for the last property in the json object.  Change the semi-colon to a colon.

Closes https://github.com/angular/angular/issues/12531
2016-10-26 14:56:57 -07:00
..
directives refactor: remove most facades (#12399) 2016-10-21 15:14:44 -07:00
directives.ts feat(forms) range values need to be numbers instead of strings (#11792) 2016-10-19 10:12:13 -07:00
facade refactor(forms): remove the facade local copy (#9276) 2016-06-17 08:53:17 -07:00
form_builder.ts refactor: remove some facades (#12335) 2016-10-19 13:42:39 -07:00
form_providers.ts refactor(forms): remove FORM_PROVIDERS, FORM_DIRECTIVES, REACTIVE_FORM_PROVIDERS, REACTIVE_DIRECTIVES 2016-08-25 13:29:03 -07:00
forms.ts docs(forms): add radio button examples (#11676) 2016-09-19 10:41:20 -07:00
model.ts docs(reset): change semi-colon to colon in code example 2016-10-26 14:56:57 -07:00
private_import_core.ts refactor(facade): move isPromise to core private (#10573) 2016-09-18 15:55:08 -07:00
validators.ts feat(forms): Validator.pattern accepts a RegExp (#12323) 2016-10-19 09:37:54 -07:00