From ecbee8147bd8f363a3d9e8f079ef32e66908e3b6 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Mon, 9 Dec 2013 14:57:49 -0800 Subject: style($route): make jshint happy Fix the broken build and earn a late (french spelling).--- src/ngRoute/route.js | 4 ++-- 1 file 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?`. * -- cgit v1.2.3