ng-q-plus
ng-q-plus is an angular module enhancing $q promises with additional features
angularmodule 'app'require'ng-q-plus'service 'myService''$q' $qwhen a: 1 get'a' then consolelog value # = 1
API
The module can be required via browserify require, as an AMD module via requirejs or as a global, if window.angular is
present. It creates the angular module 'ng-q-plus' and exports its name. This module augments the existing
$q
service, it does not create a service of its own.
Each promise gets the new methods as defined in the ExtendedPromise class which can be found in the documentation.