Update angular-route.d.ts to set missing params

Update angular-route.d.ts to set otherwise(params:IRoute)
This commit is contained in:
Nathan Brown
2014-05-20 15:37:16 -07:00
parent 36febf66ea
commit 94967f9839
+1 -1
View File
@@ -55,7 +55,7 @@ declare module ng.route {
}
interface IRouteProvider extends IServiceProvider {
otherwise(params: any): IRouteProvider;
otherwise(params: IRoute): IRouteProvider;
/**
* This is a description
*