mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fix angularjs/angular-route.d.ts
IRoute.caseInsensitiveMatch was missing
This commit is contained in:
Vendored
+1
@@ -41,6 +41,7 @@ declare module ng.route {
|
||||
resolve?: any;
|
||||
redirectTo?: any;
|
||||
reloadOnSearch?: boolean;
|
||||
caseInsensitiveMatch?: boolean;
|
||||
}
|
||||
|
||||
// see http://docs.angularjs.org/api/ng.$route#current
|
||||
|
||||
Reference in New Issue
Block a user