From c938961098500698d5b89b78f8ecfd89a4919ce7 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Mon, 22 Oct 2018 17:15:49 -0300 Subject: [PATCH] =?UTF-8?q?;=20despu=C3=A9s=20de=20null?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a2905e2..c6510a2 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@ templateUrl: 'src/views/modal-busqueda-productos.html', controller: 'modalBusquedaProductosCtrl', size: 'lg', - resolve: {idLista : function() { return null }} + resolve: {idLista : function() { return null; }} } ); -- 1.9.1