docs(route.js): changed html entities lt gt to < and >

This commit is contained in:
Louis Haußknecht
2014-03-10 21:56:48 +01:00
committed by Igor Minar
parent 1102ffaaf8
commit 465663ed77

View File

@@ -82,7 +82,7 @@ function $RouteProvider(){
*
* If `template` is a function, it will be called with the following parameters:
*
* - `{Array.&lt;Object&gt;}` - route parameters extracted from the current
* - `{Array.<Object>}` - route parameters extracted from the current
* `$location.path()` by applying the current route
*
* - `templateUrl` `{string=|function()=}` path or function that returns a path to an html
@@ -90,7 +90,7 @@ function $RouteProvider(){
*
* If `templateUrl` is a function, it will be called with the following parameters:
*
* - `{Array.&lt;Object&gt;}` - route parameters extracted from the current
* - `{Array.<Object>}` - route parameters extracted from the current
* `$location.path()` by applying the current route
*
* - `resolve` - `{Object.<string, function>=}` - An optional map of dependencies which should