Commit ff462fe808b702c074790733e1379407f91d1299
1 parent
ad1a9b5eca
Exists in
master
reemplazo tipo number por foca-tipo-input
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
src/js/controller.js
src/views/foca-abm-vendedor-cobrador-item.html
| ... | ... | @@ -59,7 +59,7 @@ |
| 59 | 59 | <div class="input-group col-md-8 pl-0"> |
| 60 | 60 | <input |
| 61 | 61 | class="form-control form-control-sm" |
| 62 | - type="number" | |
| 62 | + foca-tipo-input | |
| 63 | 63 | teclado-virtual |
| 64 | 64 | ng-model="vendedorCobrador.CPoVen" |
| 65 | 65 | ng-required="true" |
| ... | ... | @@ -127,7 +127,7 @@ |
| 127 | 127 | <div class="input-group col-md-8 pl-0"> |
| 128 | 128 | <input |
| 129 | 129 | class="form-control form-control-sm" |
| 130 | - type="number" | |
| 130 | + foca-tipo-input | |
| 131 | 131 | teclado-virtual |
| 132 | 132 | ng-model="vendedorCobrador.TelVen" |
| 133 | 133 | ng-required="true" |
| ... | ... | @@ -144,7 +144,7 @@ |
| 144 | 144 | <div class="input-group col-md-8 pl-0"> |
| 145 | 145 | <input |
| 146 | 146 | class="form-control form-control-sm" |
| 147 | - type="number" | |
| 147 | + foca-tipo-input | |
| 148 | 148 | teclado-virtual |
| 149 | 149 | ng-model="vendedorCobrador.DNI" |
| 150 | 150 | ng-required="true" |
| ... | ... | @@ -193,7 +193,7 @@ |
| 193 | 193 | <div class="input-group col-md-8 pl-0"> |
| 194 | 194 | <input |
| 195 | 195 | class="form-control form-control-sm" |
| 196 | - type="number" | |
| 196 | + foca-tipo-input | |
| 197 | 197 | teclado-virtual |
| 198 | 198 | ng-model="vendedorCobrador.ComVen" |
| 199 | 199 | ng-required="true" |