Revert "Update angular.d.ts"

This reverts commit 0690841c6b.
This commit is contained in:
Martin McWhorter
2014-02-25 17:37:58 +00:00
parent 045537ef49
commit 17e72ca482
-1
View File
@@ -227,7 +227,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;