angular.module('focaModalDescarga') .factory('focaModalDescargasService', ['$http', 'API_ENDPOINT', function ($http, API_ENDPOINT) { return { }; }]);