From fafa77b6a7201af86f417ea2534ec1ea63c2e918 Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Wed, 13 Mar 2019 10:15:27 -0300 Subject: [PATCH] agrego foca-modal-resumen-cuenta --- 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 3c4247b..86d92c6 100644 --- a/index.html +++ b/index.html @@ -87,6 +87,7 @@ + diff --git a/package.json b/package.json index 08a1439..9c87110 100644 --- a/package.json +++ b/package.json @@ -84,6 +84,7 @@ "foca-modal-precio-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-precio-condiciones.git", "foca-modal-punto-descarga": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-punto-descarga.git", "foca-modal-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-remito.git", + "foca-modal-resumen-cuenta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-resumen-cuenta.git", "foca-modal-tarifa-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-tarifa-flete.git", "foca-modal-unidad-medida": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-unidad-medida.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 ee381b6..7eb60d8 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -61,6 +61,7 @@ angular.module('appWrapperDemo', [ 'focaModalPrecioCondicion', 'focaModalPuntoDescarga', 'focaModalRemito', + 'focaModalResumenCuenta', 'focaModalTarifaFlete', 'focaModalUnidadMedida', 'focaNombreEmpresa', -- 1.9.1