diff options
| author | Vojta Jina | 2013-12-09 14:57:49 -0800 |
|---|---|---|
| committer | Vojta Jina | 2013-12-09 14:57:49 -0800 |
| commit | ecbee8147bd8f363a3d9e8f079ef32e66908e3b6 (patch) | |
| tree | 58f636050783a65b665dce02b54a0b4a818268fd /src | |
| parent | f8c6ee3df53754cc86b19b357ab37952c0f27c71 (diff) | |
| download | angular.js-ecbee8147bd8f363a3d9e8f079ef32e66908e3b6.tar.bz2 | |
style($route): make jshint happy
Fix the broken build and earn a late (french spelling).
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngRoute/route.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index fb1b952f..34f3f9ec 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -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?`. * |
