Revert aec2fa9..9bdeb5e

This rolls back to commit aec2fa9e39.
This commit is contained in:
martinmcwhorter
2014-08-04 01:01:40 +01:00
parent 9bdeb5e6c8
commit 8d1e03ff77
2 changed files with 0 additions and 2 deletions

View File

@@ -85,7 +85,6 @@ declare module ng.ui {
get(state: string): IState;
get(): IState[];
current: IState;
$current: IState;
params: IStateParamsService;
reload(): void;
}

View File

@@ -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;