From b3f976f91c4393ee88eb9da58d7692b72a11f579 Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Wed, 9 Jan 2019 17:53:36 -0300 Subject: [PATCH] agrego foca-modal-factura-detalle --- 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 08b9e62..378ea1c 100644 --- a/index.html +++ b/index.html @@ -59,6 +59,7 @@ + diff --git a/package.json b/package.json index 7191804..71930f5 100644 --- a/package.json +++ b/package.json @@ -63,6 +63,7 @@ "foca-modal-domicilio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-domicilio.git", "foca-modal-efectivo": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-efectivo.git", "foca-modal-factura": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura.git", + "foca-modal-factura-detalle": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura-detalle.git", "foca-modal-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-flete.git", "foca-modal-forma-pago": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-forma-pago.git", "foca-modal-iva": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-iva.git", diff --git a/src/js/app.js b/src/js/app.js index 4cf7eeb..71e205e 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -45,6 +45,7 @@ angular.module('appWrapperDemo', [ 'focaModalDomicilio', 'focaModalEfectivo', 'focaModalFactura', + 'focaModalFacturaDetalle', 'focaModalFlete', 'focaModalFormaPago', 'focaModalIva', -- 1.9.1