You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I noticed in an app I'm involved with that we're loading the Q library. It got me wondering if angular's $q service could use Q if it's on the page like jqLite uses jQuery if it's on the page. I believe this would be very useful. Would it be reasonably possible to implement?
The text was updated successfully, but these errors were encountered:
we've talked about this (and it is somewhat possible with Bluebird, because you can change the nextTick scheduler it uses) --- but we don't really have a good way to do this, especially now that there are 2 promise implementations in angular which have to use different schedulers.
It's non-trivial, but it is technically doable with Bluebird at least, and it could work with Q if there's a way to change the scheduler
I noticed in an app I'm involved with that we're loading the Q library. It got me wondering if angular's $q service could use Q if it's on the page like jqLite uses jQuery if it's on the page. I believe this would be very useful. Would it be reasonably possible to implement?
The text was updated successfully, but these errors were encountered: