angular/modules/@angular/forms/src
Connor Wyatt 17e3410d98 Form submit event (#11989)
* feat(forms): ngSubmit event exposes $event from original submit event as local variable

Modify NgForm directive and FormGroup directive to expose the original submit event as $event in the ngSubmit event. Modify docs to reflect changes.

This resolves #10920.

* refactor: code cleanup
2016-10-11 15:49:36 -07:00
..
directives Form submit event (#11989) 2016-10-11 15:49:36 -07:00
directives.ts docs: remove outdated docs (#11875) 2016-09-24 08:23:28 +09:00
facade refactor(forms): remove the facade local copy (#9276) 2016-06-17 08:53:17 -07:00
form_builder.ts refactor(facade): Remove most of StringMapWrapper facade. (#12022) 2016-10-03 16:46:05 -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 refactor: simplify isPresent(x) ? x : y to x || y (#12166) 2016-10-10 09:20:58 -07:00
private_import_core.ts refactor(facade): move isPromise to core private (#10573) 2016-09-18 15:55:08 -07:00
validators.ts fix(forms): allow optional fields with pattern and minlength validators (#12147) 2016-10-10 09:17:45 -07:00