mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
StateService also exposes current params
This commit is contained in:
Vendored
+1
@@ -76,6 +76,7 @@ declare module ng.ui {
|
||||
get(state: string): IState;
|
||||
get(): IState[];
|
||||
current: IState;
|
||||
params: IStateParamsService;
|
||||
}
|
||||
|
||||
interface IStateParamsService {
|
||||
|
||||
Reference in New Issue
Block a user