Commit 898d377d1d709e1c37d86af2929f343ca24236de
1 parent
47ad6f871a
Exists in
master
and in
1 other branch
focus cliente al ingresar en pantalla
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
src/views/nota-pedido.html
| ... | ... | @@ -34,6 +34,7 @@ |
| 34 | 34 | readonly="true" |
| 35 | 35 | ng-click="seleccionarCliente()" |
| 36 | 36 | ng-required="true" |
| 37 | + foca-focus="true" | |
| 37 | 38 | > |
| 38 | 39 | <span class="input-group-append"> |
| 39 | 40 | <button type="button" class="btn btn-default" ng-click="seleccionarCliente()"> |
| ... | ... | @@ -216,7 +217,8 @@ |
| 216 | 217 | class="form-control" |
| 217 | 218 | readonly |
| 218 | 219 | ng-click="seleccionarArticulo()" |
| 219 | - foca-focus="cargando"></td> | |
| 220 | + > | |
| 221 | + </td> | |
| 220 | 222 | <td></td> |
| 221 | 223 | <td></td> |
| 222 | 224 | <td></td> |