angular.module('focaConfiguracion') .config(['$httpProvider', function($httpProvider) { $httpProvider.interceptors.push('RequestHeadersInterceptor'); }]);