From 2123772a653eeb969ef6f8c21d1daee878098fe1 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Fri, 14 Feb 2014 15:52:17 +0000 Subject: docs(api): escape params that have in their type Really the doc-gen process should escape there but for now this should stop the layout from breaking. --- src/ngRoute/route.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ngRoute') diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index f958849e..94c4b581 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -83,7 +83,7 @@ function $RouteProvider(){ * * If `template` is a function, it will be called with the following parameters: * - * - `{Array.}` - 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 @@ -91,7 +91,7 @@ function $RouteProvider(){ * * If `templateUrl` is a function, it will be called with the following parameters: * - * - `{Array.}` - route parameters extracted from the current + * - `{Array.<Object>}` - route parameters extracted from the current * `$location.path()` by applying the current route * * - `resolve` - `{Object.=}` - An optional map of dependencies which should @@ -248,7 +248,7 @@ function $RouteProvider(){ * - `$scope` - The current route scope. * - `$template` - The current route template HTML. * - * @property {Array.} routes Array of all configured routes. + * @property {Array.<Object>} routes Array of all configured routes. * * @description * `$route` is used for deep-linking URLs to controllers and views (HTML partials). -- cgit v1.2.3