From 3b5fd53e2db3dafedd0f0e65ab272379aff81139 Mon Sep 17 00:00:00 2001 From: Umur Kontacı Date: Thu, 12 Sep 2013 20:02:59 +0300 Subject: docs(ngRoute): add missing parameter to $routeChangeError The first parameter in $routeChangeError is the event object. Closes #3986 --- src/ngRoute/route.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index c487d6f1..f671ad16 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -373,6 +373,7 @@ function $RouteProvider(){ * @description * Broadcasted if any of the resolve promises are rejected. * + * @param {Object} angularEvent Synthetic event object * @param {Route} current Current route information. * @param {Route} previous Previous route information. * @param {Route} rejection Rejection of the promise. Usually the error of the failed promise. -- cgit v1.2.3