mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-15 22:40:21 +00:00
Merge pull request #1411 from michelsalib/patch-3
Add some missing fields to ng.ui.state
This commit is contained in:
Vendored
+2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user