angular/modules/@angular/forms/test
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_spec.ts chore(lint): remove unused imports (#11923) 2016-09-27 17:12:25 -07:00
form_array_spec.ts refactor: simplify arrow functions (#12057) 2016-10-04 15:57:37 -07:00
form_builder_spec.ts chore(lint): remove unused imports (#11923) 2016-09-27 17:12:25 -07:00
form_control_spec.ts chore(lint): remove unused imports (#11923) 2016-09-27 17:12:25 -07:00
form_group_spec.ts refactor: simplify arrow functions (#12057) 2016-10-04 15:57:37 -07:00
reactive_integration_spec.ts Form submit event (#11989) 2016-10-11 15:49:36 -07:00
spies.ts chore(lint): remove unused imports (#11923) 2016-09-27 17:12:25 -07:00
template_integration_spec.ts Form submit event (#11989) 2016-10-11 15:49:36 -07:00
validators_spec.ts fix(forms): allow optional fields with pattern and minlength validators (#12147) 2016-10-10 09:17:45 -07:00