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 }} } );