I'm wondering if anyone has attempted to get angular's native $http service to work as the request lib Hyperagent uses?
It seems straightforward to decorate $http accordingly but I haven't tried it myself yet because I'm in a project where we've accepted jQuery.ajax long ago.
The important issue here is making Angular aware of requests HA is making so as to work seamlessly with Angular's internals (interceptors and so forth)