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