- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 06 Jul 2015 09:37:52 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 6 July 2015 16:38:18 UTC
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