1 2 3 4 5 6
function $HttpBackendProvider() { this.$get = ['$browser', function($browser) { return $browser.xhr; }]; }