Commit 35d61c353a1c1d8e9bf6ea73152d9c797d6a21ce
1 parent
bff8dac831
Exists in
master
implementación teclado virtual
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
src/views/foca-abm-precios-condiciones-item.html
| ... | ... | @@ -10,6 +10,7 @@ |
| 10 | 10 | name="codigo" |
| 11 | 11 | ng-model="precioCondicion.codigo" |
| 12 | 12 | autocomplete="off" |
| 13 | + teclado-virtual | |
| 13 | 14 | /> |
| 14 | 15 | </div> |
| 15 | 16 | </div> |
| ... | ... | @@ -22,6 +23,7 @@ |
| 22 | 23 | name="nombre" |
| 23 | 24 | ng-model="precioCondicion.nombre" |
| 24 | 25 | autocomplete="off" |
| 26 | + teclado-virtual | |
| 25 | 27 | /> |
| 26 | 28 | </div> |
| 27 | 29 | </div> |
| ... | ... | @@ -34,6 +36,7 @@ |
| 34 | 36 | name="nombre" |
| 35 | 37 | ng-model="precioCondicion.descripcion" |
| 36 | 38 | autocomplete="off" |
| 39 | + teclado-virtual | |
| 37 | 40 | /> |
| 38 | 41 | </div> |
| 39 | 42 | </div> |