StateService also exposes current params

This commit is contained in:
Michel Salib
2013-12-09 12:16:37 +01:00
parent 3454ad17a9
commit dcc0906c4a
+1
View File
@@ -76,6 +76,7 @@ declare module ng.ui {
get(state: string): IState;
get(): IState[];
current: IState;
params: IStateParamsService;
}
interface IStateParamsService {