Skip to content

Commit d6419d0

Browse files
lhaussknechttbosch
authored andcommitted
docs(route.js): changed html entities lt gt to < and >
1 parent 55848a9 commit d6419d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ngRoute/route.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ function $RouteProvider(){
8282
*
8383
* If `template` is a function, it will be called with the following parameters:
8484
*
85-
* - `{Array.&lt;Object&gt;}` - route parameters extracted from the current
85+
* - `{Array.<Object>}` - route parameters extracted from the current
8686
* `$location.path()` by applying the current route
8787
*
8888
* - `templateUrl` – `{string=|function()=}` – path or function that returns a path to an html
8989
* template that should be used by {@link ngRoute.directive:ngView ngView}.
9090
*
9191
* If `templateUrl` is a function, it will be called with the following parameters:
9292
*
93-
* - `{Array.&lt;Object&gt;}` - route parameters extracted from the current
93+
* - `{Array.<Object>}` - route parameters extracted from the current
9494
* `$location.path()` by applying the current route
9595
*
9696
* - `resolve` - `{Object.<string, function>=}` - An optional map of dependencies which should

0 commit comments

Comments
 (0)