Update angular-ui-router.d.ts

This commit is contained in:
Martin McWhorter
2014-08-04 00:59:56 +01:00
committed by martinmcwhorter
parent 11737fa5b1
commit 783404bd8a
+1
View File
@@ -85,6 +85,7 @@ declare module ng.ui {
get(state: string): IState;
get(): IState[];
current: IState;
$current: IState;
params: IStateParamsService;
reload(): void;
}