Commit 14bad0d6e714b2227e87b7cb547de48ae5f95eff
Exists in
master
and in
1 other branch
Merge branch 'master' into 'master'
Master See merge request modulos-npm/foca-modal-domicilio!4
Showing
1 changed file
 
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> |