A promise object provided by the q promise library.
Example
aPromise .then(function (result) { //process result }) .catch(function (error) { //process error });
A promise object provided by the q promise library.
aPromise .then(function (result) { //process result }) .catch(function (error) { //process error });