Commit 3199dd4b47bdd557e7295779cd8eaf285b94a64b
1 parent
79315a8734
Exists in
master
teclado virtual
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
src/views/modal-domicilio.html
... | ... | @@ -13,6 +13,7 @@ |
13 | 13 | ng-keypress="busquedaPress($event.keyCode)" |
14 | 14 | foca-focus="selectedDomicilio == -1" |
15 | 15 | ng-focus="selectedDomicilio = -1" |
16 | + teclado-virtual | |
16 | 17 | > |
17 | 18 | <table ng-show="!ingreso" class="table table-striped table-sm"> |
18 | 19 | <thead> |
... | ... | @@ -129,6 +130,7 @@ |
129 | 130 | ng-model="domicilio.titulo" |
130 | 131 | placeholder="Ingrese título" |
131 | 132 | ng-required="true" |
133 | + teclado-virtual | |
132 | 134 | /> |
133 | 135 | </div> |
134 | 136 | <div class="col-9"> |
... | ... | @@ -149,6 +151,7 @@ |
149 | 151 | ng-model="domicilio.numeroCalle" |
150 | 152 | placeholder="Ingrese Numero" |
151 | 153 | ng-required="true" |
154 | + teclado-virtual | |
152 | 155 | /> |
153 | 156 | </div> |
154 | 157 | <div class="col-6"> |
... | ... | @@ -159,7 +162,8 @@ |
159 | 162 | ng-model="domicilio.localidad" |
160 | 163 | placeholder="Ingrese localidad" |
161 | 164 | ng-required="true" |
162 | - /> | |
165 | + teclado-virtual | |
166 | + /> | |
163 | 167 | </div> |
164 | 168 | <div class="col-6"> |
165 | 169 | <label>Provincia</label> |