angular/modules/@angular
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
..
benchpress refactor: simplify isPresent(x) ? x : y to x || y (#12166) 2016-10-10 09:20:58 -07:00
common refactor(facade): inline StringWrapper (#12051) 2016-10-06 15:10:27 -07:00
compiler refactor(compiler): add optional visit() to TemplateAstVisitor (#12209) 2016-10-11 15:46:11 -07:00
compiler-cli fix(compiler-cli): don't clone static symbols when simplifying annotation metadata (#12158) 2016-10-11 15:47:44 -07:00
core refactor(core): cleanup decorators.ts (#12161) 2016-10-11 15:47:20 -07:00
docs docs: remove outdated docs (#11875) 2016-09-24 08:23:28 +09:00
examples chore(lint): remove unused imports (#11923) 2016-09-27 17:12:25 -07:00
facade refactor(compiler): improve types, misc 2016-10-10 09:20:58 -07:00
forms Form submit event (#11989) 2016-10-11 15:49:36 -07:00
http fix(http): fix Headers initialization from Headers and Object (#12106) 2016-10-06 15:21:27 -07:00
platform-browser refactor(facade): inline StringWrapper (#12051) 2016-10-06 15:10:27 -07:00
platform-browser-dynamic refactor: simplify isPresent(x) ? x : y to x || y (#12166) 2016-10-10 09:20:58 -07:00
platform-server refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
platform-webworker refactor(core): cleanup SpyObject (#12221) 2016-10-11 15:44:48 -07:00
platform-webworker-dynamic refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
router docs(router): fix CanActivateChild API docs (#12128) 2016-10-11 15:47:57 -07:00
upgrade feat(upgrade): compilerOptions in bootstrap (#10575) 2016-10-11 15:48:08 -07:00
license-banner.txt build: remove JS suffix from the license banner 2016-09-13 21:48:58 -07:00
README.md docs: update README.md for npm packages 2016-09-14 17:14:02 -07:00

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

License: MIT