aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ng/route.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ng/route.js b/src/ng/route.js
index e9b62bee..587e64a7 100644
--- a/src/ng/route.js
+++ b/src/ng/route.js
@@ -263,8 +263,9 @@ function $RouteProvider(){
* {@link ng.directive:ngView ngView} listens for the directive
* to instantiate the controller and render the view.
*
+ * @param {Object} angularEvent Synthetic event object.
* @param {Route} current Current route information.
- * @param {Route} previous Previous route information.
+ * @param {Route|Undefined} previous Previous route information, or undefined if current is first route entered.
*/
/**