Added three missing methods to $urlMatcherFactory

This commit is contained in:
chr22
2015-07-15 11:37:52 +02:00
parent 0fff32b558
commit 22ac5f1c78
+3
View File
@@ -88,6 +88,9 @@ declare module angular.ui {
compile(pattern: string): IUrlMatcher;
isMatcher(o: any): boolean;
type(name: string, definition: any, definitionFn?: any): any;
caseInsensitive(value: boolean): void;
defaultSquashPolicy(value: string): void;
strictMode(value: boolean): void;
}
interface IUrlRouterProvider extends angular.IServiceProvider {