We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381b185 commit 0bbc6eeCopy full SHA for 0bbc6ee
src/ngRoute/route.js
@@ -172,9 +172,11 @@ function $RouteProvider() {
172
/**
173
* @ngdoc property
174
* @name $routeProvider#caseInsensitiveMatch
175
+ * @description
176
*
- * @property {boolean} caseInsensitiveMatch Value of the `caseInsensitiveMatch` property
177
- * for newly defined routes. Defaults to `false`.
+ * A boolean property indicating if routes defined
178
+ * using this provider should be matched using a case sensitive
179
+ * algorithm. Defaults to `false`.
180
*/
181
this.caseInsensitiveMatch = false;
182
0 commit comments