Top "Angular-promise" questions

Angular's $q promises provide a powerful abstraction over flow control.

$q.all and nested promises

Have a question about synchronizing nested promises when using $q in Angular. Will the following code ensure that the entire …

angularjs q angular-promise
How do I use Bluebird with Angular?

I tried using Angular with Bluebird promises: HTML: <body ng-app="HelloApp"> <div ng-controller="HomeController">{{name}} {{also}}&…

javascript angularjs promise bluebird angular-promise
Javascript: How to iterate on array using promises?

LIVE DEMO Given the following function: function isGood(number) { var defer = $q.defer(); $timeout(function() { if (<some condition on …

javascript angularjs promise q angular-promise
Angular $q .catch() method fails in IE8

I'm experiencing a weird bug on IE8 while trying to catch a promise reject (promise returned by a basic ngResource …

angularjs internet-explorer internet-explorer-8 promise angular-promise