| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-12 | fix($q): call `reject()` even if `$exceptionHandler` rethrows | Pete Bacon Darwin | |
| Normally $exceptionHandler doesn't throw an exception. It is normally used just for logging and so on. But if an application developer implemented a version that did throw an exception then $q would never have called reject() when converting an exception thrown inside a `then` handler into a rejected promise. | |||
| 2012-04-02 | fix($q): $q.reject should forward callbacks if missing | Igor Minar | |
| $q.reject('some reason').then() should not blow up, but correctly forward the callbacks instead. Closes #845 | |||
| 2012-03-28 | chore(module): move files around in preparation for more modules | Misko Hevery | |
