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

fix($q): $q.reject should forward callbacks if missing #846

Merged
merged 1 commit into from
Apr 2, 2012

Conversation

IgorMinar
Copy link
Contributor

Closes #845

$q.reject('some reason').then() should not blow up, but correctly
forward the callbacks instead.

Closes angular#845
@IgorMinar IgorMinar merged commit c0b7847 into angular:master Apr 2, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

$q.reject blows up if no errback is supplied
1 participant