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