Merge pull request #2219 from ngbrown/patch-1

Update angular-route.d.ts to set missing params
This commit is contained in:
Masahiro Wakame
2014-05-21 15:54:29 +09:00
+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
*