mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added promise property for the ng.IDeferred interface
Signed-off-by: Diego Vilar <diegovilar@gmail.com>
This commit is contained in:
Vendored
+1
@@ -372,6 +372,7 @@ module ng {
|
||||
interface IDeferred {
|
||||
resolve(value?: any): void;
|
||||
reject(reason?: string): void;
|
||||
promise: IPromise;
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user