Commit 60460e97001efeab6d8ca62986e347408237fa10

Authored by Luigi
1 parent c523318992
Exists in master

Espacio - Condicion "ng-disabled"

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
src/views/foca-abm-vehiculos-item.html
... ... @@ -67,7 +67,7 @@
67 67 ng-required="true"
68 68 foca-focus="focused == 4"
69 69 ng-focus="focused = 4"
70   - ng-disabled="nuevo || !nuevo"
  70 + ng-disabled="true"
71 71 />
72 72 </div>
73 73 </div>
... ... @@ -185,7 +185,7 @@
185 185 <input
186 186 ng-model="cisterna.unidadMedida.NOM"
187 187 class="form-control"
188   - ng-keypress="seleccionarUnidadMedida($event.keyCode,cisterna)"
  188 + ng-keypress="seleccionarUnidadMedida($event.keyCode, cisterna)"
189 189 readonly
190 190 esc-key="volver(cisterna, key)"
191 191 />
... ... @@ -194,7 +194,7 @@
194 194 ladda="searchLoading"
195 195 class="btn btn-outline-secondary form-control"
196 196 type="button"
197   - ng-click="seleccionarUnidadMedida(13,cisterna)"
  197 + ng-click="seleccionarUnidadMedida(13, cisterna)"
198 198 foca-focus="focused == 3"
199 199 >
200 200 <i class="fa fa-search" aria-hidden="true"></i>