diff --git a/angular-ui/angular-ui-router.d.ts b/angular-ui/angular-ui-router.d.ts index 4f9f8d4531..82bd14f383 100644 --- a/angular-ui/angular-ui-router.d.ts +++ b/angular-ui/angular-ui-router.d.ts @@ -26,6 +26,7 @@ declare module ng.ui { interface IStateProvider extends IServiceProvider { state(name:string, config:IState): IStateProvider; + state(config:IState): IStateProvider; decorator(name?: string, decorator?: (state: IState, parent: Function) => any): any; }