diff --git a/angularjs/angular.d.ts b/angularjs/angular.d.ts index 86f0859b88..e30df174e8 100644 --- a/angularjs/angular.d.ts +++ b/angularjs/angular.d.ts @@ -356,7 +356,7 @@ declare module ng { port(): number; protocol(): string; replace(): ILocationService; - search(): string; + search(): any; search(parametersMap: any): ILocationService; search(parameter: string, parameterValue: any): ILocationService; url(): string;