Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

fix($http): continue promise chain with HttpPromise #11973

Closed

Conversation

ajcrites
Copy link

.success and .error methods will now continue the promise chain.
Returning a promise in either of these callbacks will be appropriately
handled by the chain.

Closes #11972

`.success` and `.error` methods will now continue the promise chain.
Returning a promise in either of these callbacks will be appropriately
handled by the chain.

Closes angular#11972
@gkalpak
Copy link
Member

gkalpak commented May 29, 2015

Duplicate of #11097.

@ajcrites ajcrites closed this May 29, 2015
@ajcrites ajcrites deleted the ajcrites-11972-httppromise-interop branch May 29, 2015 13:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent promise chaining with HttpPromise
3 participants