From 2bcb064a9d058af210360212a9a70835128e37c7 Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Wed, 31 Oct 2018 17:25:51 -0300 Subject: [PATCH] =?UTF-8?q?Agregu=C3=A9=20el=20m=C3=B3dulo=20foca=20modal?= =?UTF-8?q?=20cotizaci=C3=B3n.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 98d487c..bafbd09 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,7 @@ + diff --git a/package.json b/package.json index 5a8bc65..bb6c20f 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "foca-login": "git+https://debo.suite.repo/modulos-npm/foca-login.git", "foca-modal": "git+https://debo.suite.repo/modulos-npm/foca-modal", "foca-modal-busqueda-productos": "git+https://debo.suite.repo/modulos-npm/foca-modal-busqueda-productos", + "foca-modal-cotizacion": "git+https://debo.suite.repo/modulos-npm/foca-modal-cotizacion.git", "foca-modal-domicilio": "git+https://debo.suite.repo/modulos-npm/foca-modal-domicilio.git", "foca-modal-flete": "git+https://debo.suite.repo/modulos-npm/foca-modal-flete.git", "foca-modal-moneda": "git+https://debo.suite.repo/modulos-npm/foca-modal-moneda.git", diff --git a/src/js/app.js b/src/js/app.js index c4e5519..2af7847 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -13,6 +13,7 @@ angular.module('appWrapperDemo', [ 'focaDirectivas', 'focaLogin', 'focaModal', + 'focaModalCotizacion', 'focaModalFlete', 'focaModalMoneda', 'focaModalPrecioCondicion', -- 1.9.1