You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')"})