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.
7170f9d which added support for using a promise as timeout in $resource, introduced a bug (where you had to re-create the resource class after every cancelled request and failing to do so would abort all subsequent calls). See #12657 (comment) for more context.
This has been fixed in v1.5.x with #13210, but we need to also fix it on v1.4.x (#13210 is not suitable for backporting to v1.4.x since it adds a new feature and changes the behaviour of $resource to some extent).