Alex Robertson
Alex Robertson
I've been using ES6 with Angular for about three months and its been a mixed bag. The overall gains from switching to ES6 were great. However, I ran into some...
Some previous art: - https://github.com/petkaantonov/bluebird/wiki/Promise-anti-patterns - http://taoofcode.net/promise-anti-patterns/
Addressed in #425
I'd like to see some style rules on - why to avoid `$q.defer()` and use ES6 style - using `.catch()` over the second `.then()` param
:+1: This is definitely critical for internal definitions.