mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
style($route): make jshint happy
Fix the broken build and earn a late (french spelling).
This commit is contained in:
parent
f8c6ee3df5
commit
ecbee8147b
1 changed files with 2 additions and 2 deletions
|
|
@ -55,8 +55,8 @@ function $RouteProvider(){
|
|||
* * `path` can contain named groups starting with a colon: e.g. `:name`. All characters up
|
||||
* to the next slash are matched and stored in `$routeParams` under the given `name`
|
||||
* when the route matches.
|
||||
* * `path` can contain named groups starting with a colon and ending with a star: e.g.`:name*`.
|
||||
* All characters are eagerly stored in `$routeParams` under the given `name`
|
||||
* * `path` can contain named groups starting with a colon and ending with a star:
|
||||
* e.g.`:name*`. All characters are eagerly stored in `$routeParams` under the given `name`
|
||||
* when the route matches.
|
||||
* * `path` can contain optional named groups with a question mark: e.g.`:name?`.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue