mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 11:37:38 +08:00
committed by
Peter Bacon Darwin
parent
82f45aee5b
commit
ad0d3e0f1b
@@ -33,7 +33,7 @@ ngRouteModule.provider('$routeParams', $RouteParamsProvider);
|
||||
* // Route: /Chapter/:chapterId/Section/:sectionId
|
||||
* //
|
||||
* // Then
|
||||
* $routeParams ==> {chapterId:1, sectionId:2, search:'moby'}
|
||||
* $routeParams ==> {chapterId:'1', sectionId:'2', search:'moby'}
|
||||
* ```
|
||||
*/
|
||||
function $RouteParamsProvider() {
|
||||
|
||||
Reference in New Issue
Block a user