mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Revert "Revert "Revert aec2fa9..9bdeb5e""
This reverts commit d5ddb0544b.
This commit is contained in:
Vendored
-1
@@ -85,7 +85,6 @@ declare module ng.ui {
|
||||
get(state: string): IState;
|
||||
get(): IState[];
|
||||
current: IState;
|
||||
$current: IState;
|
||||
params: IStateParamsService;
|
||||
reload(): void;
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -337,7 +337,6 @@ declare module ng {
|
||||
$new(isolate?: boolean): IScope;
|
||||
|
||||
$on(name: string, listener: (event: IAngularEvent, ...args: any[]) => any): Function;
|
||||
$on(name: string, listener: (event: IAngularEvent, eventArg: any) => any): Function;
|
||||
|
||||
$watch(watchExpression: string, listener?: string, objectEquality?: boolean): Function;
|
||||
$watch(watchExpression: string, listener?: (newValue: any, oldValue: any, scope: IScope) => any, objectEquality?: boolean): Function;
|
||||
|
||||
Reference in New Issue
Block a user