邹明潮 AngularJS Promise
Promise
Promise is an attempt to address the problems caused by callback. It bundles the future results of an asynchronous call into an object. AngularJS Promise is implemented by pairs of deferred and promise objects that are made of a promise chain, and the…