From 995e5078a742bcb401f49b4ee88a67c0f8d02b50 Mon Sep 17 00:00:00 2001 From: efernandez Date: Thu, 8 Nov 2018 16:41:38 -0300 Subject: [PATCH] =?UTF-8?q?configuraci=C3=B3n=20para=20levantar=20modal=20?= =?UTF-8?q?solo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index e74871f..a90bcf2 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,8 @@ ariaLabelledBy: 'Busqueda de Precio Condicion', templateUrl: 'src/views/modal-cotizacion.html', controller: 'focaModalCotizacionController', - size: 'lg' + size: 'lg', + resolve: {idMoneda: 1} } ); -- 1.9.1