From e89139dc9dd4a9c104d71167bea4987b766767df Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Thu, 27 Feb 2014 21:54:26 +0000 Subject: docs(*): ensure jsdoc type expressions are valid --- src/ngRoute/route.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ngRoute/route.js') diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index e09e74db..a1236ec9 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -247,7 +247,7 @@ function $RouteProvider(){ * - `$scope` - The current route scope. * - `$template` - The current route template HTML. * - * @property {Array.<Object>} routes Array of all configured routes. + * @property {Array.} routes Array of all configured routes. * * @description * `$route` is used for deep-linking URLs to controllers and views (HTML partials). -- cgit v1.2.3