mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-04 16:04:45 +08:00
Update angular-route.d.ts to set missing params
Update angular-route.d.ts to set otherwise(params:IRoute)
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