From 089d75c0cbd1d8989ff14bb3813246a1f0848b4e Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Mon, 22 Oct 2018 16:57:59 -0300 Subject: [PATCH] resolve de desarrollo para llamar al modal --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b1c5ced..a2905e2 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,8 @@ ariaLabelledBy: 'Busqueda de Productos', templateUrl: 'src/views/modal-busqueda-productos.html', controller: 'modalBusquedaProductosCtrl', - size: 'lg' + size: 'lg', + resolve: {idLista : function() { return null }} } ); -- 1.9.1