A promise object provided by the q promise library.
- Source:
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
});