diff --git a/angular-ui/angular-ui-router.d.ts b/angular-ui/angular-ui-router.d.ts index 1046b1cb2e..7f9c3869b0 100644 --- a/angular-ui/angular-ui-router.d.ts +++ b/angular-ui/angular-ui-router.d.ts @@ -8,6 +8,7 @@ declare module ng.ui { interface IState { + name?: string; template?: any; templateUrl?: any; templateProvider?: () => string; @@ -75,6 +76,7 @@ declare module ng.ui { get(state: string): IState; get(): IState[]; current: IState; + params: IStateParamsService; } interface IStateParamsService {