Commit 509378d5a7e2e7b314be4d76eda57acbf782ab0f

Authored by Jose Pinto
1 parent ae1833afa8
Exists in master and in 1 other branch develop

detalles

1   -# foca-modal-unidad-medida
  1 +# foca-modal-lista-precio
2 2  
3   -Modal de lista de unidades de medida
4 3 \ No newline at end of file
  4 +Modal de listas de precio
src/etc/develop.js.ejemplo
1   -angular.module('focaModalUnidadMedida')
  1 +angular.module('focaModalListaPrecio')
2 2 .constant("API_ENDPOINT", {
3 3 'URL': '//127.0.0.1:9000'
4 4 });
1 1 angular.module('focaModalListaPrecio')
2   - .service('focaModalListaPrecioService', ['$http', 'API_ENDPOINT',
  2 + .factory('focaModalListaPrecioService', ['$http', 'API_ENDPOINT',
3 3 function($http, API_ENDPOINT) {
4 4 return {
5 5 getListasPrecio: function() {