From 308a6ffc8054045cb6ea3cdca5b0962208d1e586 Mon Sep 17 00:00:00 2001 From: mpuebla Date: Tue, 16 Jul 2019 12:38:10 -0300 Subject: [PATCH] Agregado script en index.html --- index.html | 1 + package.json | 1 + src/js/app.js | 1 + 3 files changed, 3 insertions(+) diff --git a/index.html b/index.html index 493fd13..0faec5e 100644 --- a/index.html +++ b/index.html @@ -99,6 +99,7 @@ + diff --git a/package.json b/package.json index 19a4ed9..f63aa5d 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,7 @@ "foca-modal-cheque": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cheque.git", "foca-modal-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cobranza.git", "foca-modal-cotizacion": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git", + "foca-modal-descarga": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-descarga.git", "foca-modal-detalle-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-cisternas.git", "foca-modal-detalle-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-hoja-ruta.git", "foca-modal-detalles": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalles.git", diff --git a/src/js/app.js b/src/js/app.js index 4b09c71..622aa37 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -47,6 +47,7 @@ angular.module('appWrapperDemo', [ 'focaModalCheque', 'focaModalCobranza', 'focaModalCotizacion', + 'focaModalDescarga', 'focaModalDetalleCisternas', 'focaModalDetalleHojaRuta', 'focaModalDetalles', -- 1.9.1