aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ngRoute/route.js1
1 files changed, 1 insertions, 0 deletions
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.