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.
Currently, $q uses the
defer()
function in several places rather than referencing something like$q.defer()
This causes problems when you try to decorate promises because internally, $q is not calling the
defer
method that's defined/overriden in a decorator.http://jsfiddle.net/3V2Xn/
The text was updated successfully, but these errors were encountered: