Deferred Class
The deferred object that's wrapped by $q
Constructor
Deferred
(
-
init
Parameters:
-
init
FunctionThis callback is passed three arguments,
resolve
,reject
andnotify
that respectively resolve, reject or notify the deferreds promise.