Skip to content

v0.17.0

Choose a tag to compare

@tolyo tolyo released this 10 Jan 11:29
· 200 commits to master since this release
  • ng.ScopeEvent now passes full proxies to listeners. Previous implementation only passed data.
  • Removes eager animations from forms (ngForm)
  • Angular now fully implements EventTarget interface, allowing expression dispatch to injectables and named scopes. For example: angular.dispatchEvent(new CustomEvent("$state", {detail: "go('home')"})