Commit c29feb2c7919350d157428d57646380edc457163

Authored by Jose Pinto
1 parent 915d1f825d
Exists in master and in 2 other branches develop, lab

agrego directiva 'teclado-virtual'

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
src/views/foca-admin-seguimiento.html
... ... @@ -50,6 +50,7 @@
50 50 ng-keypress="search($event.keyCode)"
51 51 foca-focus="idUsuario == -1"
52 52 ng-show="actividad == 'Nota de pedido'"
  53 + teclado-virtual
53 54 >
54 55 <input
55 56 type="text"
... ... @@ -59,6 +60,7 @@
59 60 ng-keypress="search($event.keyCode)"
60 61 foca-focus="idUsuario == -1"
61 62 ng-show="actividad == 'Entrega de producto'"
  63 + teclado-virtual
62 64 >
63 65 <input
64 66 type="text"
... ... @@ -68,6 +70,7 @@
68 70 ng-keypress="search($event.keyCode)"
69 71 foca-focus="idUsuario == -1"
70 72 ng-show="actividad == 'Cobranza'"
  73 + teclado-virtual
71 74 >
72 75 </div>
73 76 <button