Replaces $q with bluebirds promise API
npm install angular-bluebird-promises




This is a drop in replacement for $q that makes the bluebird API compatible with angulars subset of $q then simply swaps it out.
With this module you can use all of bluebirds additional promise methods on the $q service, the full list can be found here:
http://bluebirdjs.com/docs/api-reference.html
The library depends on angularJS and Bluebird.
It is recommended that you install the library and its dependencies through bower:
```
bower install --save angular-bluebird-promises
You will then need to include the JS files for the plugin:
`