Commit 6705302706cd5a3db6b6fb35676f2156b5200e4c

Authored by Luigi
1 parent d065c2ca79
Exists in master

Foco en el botón " Agregar "

Showing 1 changed file with 5 additions and 2 deletions   Show diff stats
src/views/foca-abm-vehiculos-item.html
... ... @@ -85,8 +85,11 @@
85 85 <button
86 86 class="btn btn-outline-debo boton-accion"
87 87 title="Agregar Cisterna"
88   - ng-click="crearCisterna()"
89   - ng-disabled="crear">
  88 + ng-click="crearCisterna(); focused = 1"
  89 + ng-disabled="crear"
  90 + foca-focus="focused == 5"
  91 + ng-focus="focused = 5"
  92 + >
90 93 <i class="fa fa-plus"></i>
91 94 </button>
92 95 </th>