Commit 471ce2b86ae1df9018a521b47248af95a4f26ecd
Exists in
master
Merge branch 'master' into 'develop'
Master See merge request !49
Showing
1 changed file
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> |