mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #2219 from ngbrown/patch-1
Update angular-route.d.ts to set missing params
This commit is contained in:
Vendored
+1
-1
@@ -55,7 +55,7 @@ declare module ng.route {
|
||||
}
|
||||
|
||||
interface IRouteProvider extends IServiceProvider {
|
||||
otherwise(params: any): IRouteProvider;
|
||||
otherwise(params: IRoute): IRouteProvider;
|
||||
/**
|
||||
* This is a description
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user