Update angular-ui-router.d.ts

This commit is contained in:
Martin McWhorter
2014-02-25 17:32:17 +00:00
parent 0690841c6b
commit 045537ef49
+1
View File
@@ -84,6 +84,7 @@ declare module ng.ui {
get(state: string): IState;
get(): IState[];
current: IState;
$current: IState;
params: IStateParamsService;
}