Re: [fetch] XHR option to trigger busy indicators (#19)

It's not a problem to adapt. `addBusyPromise(new Promise(r => $rootScope.on('stateChangeStart', resolve)))` is not much better or worse than `var busyThing = new BusyThing(); busyThing.start(); $rootScope.on('stateChangeStart', () => busyThing.stop())`.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/19#issuecomment-118919466

Received on Monday, 6 July 2015 16:38:18 UTC