aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 4b5a7c92..e47f8a5a 100644
--- a/src/ng/route.js
+++ b/src/ng/route.js
@@ -289,8 +289,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.
*/
/**