mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
17e3410d98
* 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