Commit 089d75c0cbd1d8989ff14bb3813246a1f0848b4e

Authored by Eric Fernandez
1 parent 9d4e32a7dc
Exists in master

resolve de desarrollo para llamar al modal

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