$xhrFactory

Improve this Doc View Source $xhrFactory

  1. service in module ng

Factory function used to create XMLHttpRequest objects.

Replace or decorate this service to create your own custom XMLHttpRequest objects.

angular.module('myApp', [])
.factory('$xhrFactory', function() {
  return function createXhr(method, url) {