Questions tagged [q]

The Q.js JavaScript promise library. Q catches errors and uses a `then` technique to handle JavaScript callbacks and exceptions. Do *not* use for Angular's $q, use [angular-promise] instead! Also do *not* use for kx System's kdb+/q, use [kdb] or [q-lang] instead! Lastly, this tag should not be used for questions regarding Android 10 - use the [android-10.0] tag instead!

A JavaScript library for the browser and Node.js for making and composing asynchronous promises. Q catches errors and uses a then technique to handle JavaScript callbacks and exceptions.

1381 questions
-4
votes
2 answers

AngularJs/q.js : a manully resolved promise will not trigger the then function

Background: I'ev succesfully integrated angular.js within phonegap 'base' application, the one created from cordova framework itself. To detected cordova onReady event I created this angular.module('fsCordova', []).service('CordovaService',…
realtebo
  • 23,922
  • 37
  • 112
  • 189
1 2 3
92
93