Skip to content

Commit 0bbc6ee

Browse files
docs($route): fix description of the caseInsensitiveMatch property
Closes angular#10028
1 parent 381b185 commit 0bbc6ee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ngRoute/route.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,11 @@ function $RouteProvider() {
172172
/**
173173
* @ngdoc property
174174
* @name $routeProvider#caseInsensitiveMatch
175+
* @description
175176
*
176-
* @property {boolean} caseInsensitiveMatch Value of the `caseInsensitiveMatch` property
177-
* for newly defined routes. Defaults to `false`.
177+
* A boolean property indicating if routes defined
178+
* using this provider should be matched using a case sensitive
179+
* algorithm. Defaults to `false`.
178180
*/
179181
this.caseInsensitiveMatch = false;
180182

0 commit comments

Comments
 (0)