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