From 94967f9839c5b1db1330a89e485c4d2e7f64e5ac Mon Sep 17 00:00:00 2001 From: Nathan Brown Date: Tue, 20 May 2014 15:37:16 -0700 Subject: [PATCH] Update angular-route.d.ts to set missing params Update angular-route.d.ts to set otherwise(params:IRoute) --- angularjs/angular-route.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angularjs/angular-route.d.ts b/angularjs/angular-route.d.ts index 628d746df..025c5da22 100644 --- a/angularjs/angular-route.d.ts +++ b/angularjs/angular-route.d.ts @@ -55,7 +55,7 @@ declare module ng.route { } interface IRouteProvider extends IServiceProvider { - otherwise(params: any): IRouteProvider; + otherwise(params: IRoute): IRouteProvider; /** * This is a description *