Commit 995e5078a742bcb401f49b4ee88a67c0f8d02b50

Authored by Eric Fernandez
1 parent 3ba4ed978d
Exists in master and in 1 other branch develop

configuración para levantar modal solo

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
... ... @@ -38,7 +38,8 @@
38 38 ariaLabelledBy: 'Busqueda de Precio Condicion',
39 39 templateUrl: 'src/views/modal-cotizacion.html',
40 40 controller: 'focaModalCotizacionController',
41   - size: 'lg'
  41 + size: 'lg',
  42 + resolve: {idMoneda: 1}
42 43 }
43 44 );
44 45