Revert "Update angular.d.ts"

This reverts commit 0690841c6b.
This commit is contained in:
Martin McWhorter
2014-08-04 00:59:56 +01:00
committed by martinmcwhorter
parent 783404bd8a
commit 18ef03e31d
-1
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;