File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,15 +82,15 @@ function $RouteProvider(){
82
82
*
83
83
* If `template` is a function, it will be called with the following parameters:
84
84
*
85
- * - `{Array.< Object> }` - route parameters extracted from the current
85
+ * - `{Array.< Object> }` - route parameters extracted from the current
86
86
* `$location.path()` by applying the current route
87
87
*
88
88
* - `templateUrl` – `{string=|function()=}` – path or function that returns a path to an html
89
89
* template that should be used by {@link ngRoute.directive:ngView ngView}.
90
90
*
91
91
* If `templateUrl` is a function, it will be called with the following parameters:
92
92
*
93
- * - `{Array.< Object> }` - route parameters extracted from the current
93
+ * - `{Array.< Object> }` - route parameters extracted from the current
94
94
* `$location.path()` by applying the current route
95
95
*
96
96
* - `resolve` - `{Object.<string, function>=}` - An optional map of dependencies which should
You can’t perform that action at this time.
0 commit comments