Merge pull request #4926 from chr22/patch-8

Added three missing methods to $urlMatcherFactory
This commit is contained in:
Masahiro Wakame
2015-07-17 00:32:30 +09:00
+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 {