Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a43c6e1

Browse files
dusanbartosIgorMinar
authored andcommitted
docs($route): change routes property to correct type
change $route.routes property type to Object, property is marked incorrectly as an Array Closes #6552
1 parent 0db301f commit a43c6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngRoute/route.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ function $RouteProvider(){
247247
* - `$scope` - The current route scope.
248248
* - `$template` - The current route template HTML.
249249
*
250-
* @property {Array.<Object>} routes Array of all configured routes.
250+
* @property {Object} routes Object with all route configuration Objects as its properties.
251251
*
252252
* @description
253253
* `$route` is used for deep-linking URLs to controllers and views (HTML partials).

0 commit comments

Comments
 (0)