Commit 0235554b3129ac2eb4dd151bb4c1eefe6256d30f

Authored by Jose Pinto
1 parent a3b913502c
Exists in master

titles

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/views/modal-busqueda-productos.html
... ... @@ -24,6 +24,7 @@
24 24 data-spinner-color="#FF0000"
25 25 class="btn btn-outline-secondary"
26 26 type="button"
  27 + title="Buscar"
27 28 ng-click="busquedaPress(13)"
28 29 >
29 30 <i class="fa fa-search" aria-hidden="true"></i>
... ... @@ -66,6 +67,7 @@
66 67 <button
67 68 type="button"
68 69 class="btn btn-xs p-1 float-right"
  70 + title="Seleccionar"
69 71 ng-class="{
70 72 'btn-secondary': selectedProducto != key,
71 73 'btn-primary': selectedProducto == key