Commit c938961098500698d5b89b78f8ecfd89a4919ce7

Authored by Eric Fernandez
1 parent 9cb3578b6f
Exists in master

; después de null

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -39,7 +39,7 @@
39 39 templateUrl: 'src/views/modal-busqueda-productos.html',
40 40 controller: 'modalBusquedaProductosCtrl',
41 41 size: 'lg',
42   - resolve: {idLista : function() { return null }}
  42 + resolve: {idLista : function() { return null; }}
43 43 }
44 44 );
45 45