From 08181c7c36124b32792a60196db2cb497cc82939 Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Wed, 12 Dec 2018 16:37:44 -0300 Subject: [PATCH] agrego modulo AbmChofer --- package.json | 1 + src/js/app.js | 1 + 2 files changed, 2 insertions(+) diff --git a/package.json b/package.json index 4c52f55..fceb423 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "angular-sanitize": "^1.7.5", "angular-ui-swiper": "^2.3.8", "bootstrap": "^4.1.3", + "foca-abm-chofer": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-chofer.git", "foca-abm-plazo-pago": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-plazo-pago.git", "foca-abm-precios-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-precios-condiciones.git", "foca-abm-sectores": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-sectores.git", diff --git a/src/js/app.js b/src/js/app.js index 6cc5259..3342f5d 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -15,6 +15,7 @@ angular.module('appWrapperDemo', [ 'focaAbmPreciosCondiciones', 'focaAbmSectores', 'focaAbmVehiculo', + 'focaAbmChofer', 'focaAdminSeguimiento', 'focaBotoneraPrincipal', 'focaBusquedaCliente', -- 1.9.1