Commit 51c52412e889727732f59f2e043f42e79b26c3e0

Authored by Marcelo Puebla
1 parent a05fe351ba
Exists in master and in 1 other branch develop

Agregada directiva para que se muestre el teclado virtual en la pantalla de crea…

…cion de punto de descarga.
Showing 1 changed file with 6 additions and 1 deletions   Show diff stats
src/views/modal-punto-descarga.html
... ... @@ -43,6 +43,7 @@
43 43 id="checkSelect{{key}}"
44 44 ng-model="puntoDescarga.seleccionado"
45 45 ng-change="seleccionarPunto(key, true)"
  46 + teclado-virtual
46 47 >
47 48 <label
48 49 class="custom-control-label float-right"
... ... @@ -176,7 +177,9 @@
176 177 ng-model="puntoDescarga.descripcion"
177 178 foca-focus="ingreso"
178 179 ng-keypress="guardar($event.keyCode)"
179   - uppercase-only>
  180 + uppercase-only
  181 + teclado-virtual
  182 + />
180 183 </div>
181 184 </div>
182 185 <div class="row">
... ... @@ -188,6 +191,7 @@
188 191 ng-model="puntoDescarga.latitud"
189 192 ng-required="true"
190 193 ng-readonly="editando"
  194 + teclado-virtual
191 195 />
192 196 </div>
193 197 <div class="col-6">
... ... @@ -198,6 +202,7 @@
198 202 ng-model="puntoDescarga.longitud"
199 203 ng-required="true"
200 204 ng-readonly="editando"
  205 + teclado-virtual
201 206 />
202 207 </div>
203 208 </div>