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

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

Merged
IgorMinar merged 1 commit into
angular:masterfrom
IgorMinar:fix-845
Apr 2, 2012
Merged

fix($q): $q.reject should forward callbacks if missing#846
IgorMinar merged 1 commit into
angular:masterfrom
IgorMinar:fix-845

Conversation

@IgorMinar
Copy link
Copy Markdown
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