File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ function $RouteProvider(){
55
55
* * `path` can contain named groups starting with a colon: e.g. `:name`. All characters up
56
56
* to the next slash are matched and stored in `$routeParams` under the given `name`
57
57
* when the route matches.
58
- * * `path` can contain named groups starting with a colon and ending with a star: e.g.`:name*`.
59
- * All characters are eagerly stored in `$routeParams` under the given `name`
58
+ * * `path` can contain named groups starting with a colon and ending with a star:
59
+ * e.g.`:name*`. All characters are eagerly stored in `$routeParams` under the given `name`
60
60
* when the route matches.
61
61
* * `path` can contain optional named groups with a question mark: e.g.`:name?`.
62
62
*
You can’t perform that action at this time.
0 commit comments