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 has been archived by the owner on Apr 12, 2024. It is now read-only.
Currently overriding $q.reject in a decorator, a little bit annoying since the decorator must go into every single module that depends on catch and finally from the reject sugar...
The "light" promise returned from $q.reject should perform better, but returning a "real" rejected promise might make things easier when extending the promise itself.
When creating a rejected promise with
$q.reject(reason)
the resulting promise does not have thecatch
andfinally
methods.The text was updated successfully, but these errors were encountered: