service.js 187 Bytes edit raw blame history 1 2 3 4 5 6 angular.module('focaModalDescarga') .factory('focaModalDescargasService', ['$http', 'API_ENDPOINT', function ($http, API_ENDPOINT) { return { }; }]);