diff --git a/index.html b/index.html index 752f874..8b9e780 100644 --- a/index.html +++ b/index.html @@ -67,6 +67,7 @@ + diff --git a/package.json b/package.json index 85a8b89..356a750 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,9 @@ "foca-abm-sectores": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-sectores.git", "foca-abm-vehiculo": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vehiculo.git", "foca-admin-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-admin-seguimiento.git", - "foca-botonera-principal": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-principal.git", - "foca-botonera-lateral": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-lateral.git", "foca-botonera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-facturador.git", + "foca-botonera-lateral": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-lateral.git", + "foca-botonera-principal": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-principal.git", "foca-busqueda-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-busqueda-cliente.git", "foca-cabecera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-cabecera-facturador.git", "foca-configuracion": "git+ssh://git@debonline.dyndns.org:npm/foca-configuracion.git", @@ -70,6 +70,7 @@ "foca-modal-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-remito.git", "foca-modal-tarifa-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-tarifa-flete.git", "foca-modal-transportista": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-transportista.git", + "foca-modal-unidad-medida": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-unidad-medida.git", "foca-modal-vehiculo": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-vehiculo.git", "foca-modal-vendedores": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-vendedores.git", "foca-nombre-empresa": "git+ssh://git@debonline.dyndns.org:npm/foca-nombre-empresa.git", diff --git a/src/js/app.js b/src/js/app.js index 44b10ff..9102ced 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -53,6 +53,7 @@ angular.module('appWrapperDemo', [ 'focaModalRemito', 'focaModalTarifaFlete', 'focaModalTransportista', + 'focaModalUnidadMedida', 'focaModalVehiculo', 'focaModalVendedores', 'focaNombreEmpresa',