mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Merge pull request #1411 from michelsalib/patch-3
Add some missing fields to ng.ui.state
This commit is contained in:
2
angular-ui/angular-ui-router.d.ts
vendored
2
angular-ui/angular-ui-router.d.ts
vendored
@@ -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