diff --git a/src/views/nota-pedido.html b/src/views/nota-pedido.html index faac195..003c762 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -59,15 +59,10 @@
@@ -141,7 +136,7 @@ ng-show="notaPedido.flete == 1" ng-model="notaPedido.chofer" placeholder="Seleccione Chofer" - uib-typeahead="chofer.nombre for chofer in choferes" + uib-typeahead="chofer as chofer.nombre for chofer in choferes" typeahead-min-length="0" >
@@ -152,7 +147,7 @@ ng-show="notaPedido.flete == 1" ng-model="notaPedido.vehiculo" placeholder="Seleccione VehĂ­culo" - uib-typeahead="vehiculo.tractor for vehiculo in vehiculos" + uib-typeahead="vehiculo as vehiculo.tractor for vehiculo in vehiculos" typeahead-min-length="0" > @@ -179,7 +174,7 @@
- +
@@ -205,7 +200,7 @@ - + @@ -213,7 +208,7 @@ - + - + foca-focus="articulo.edit" + ng-keypress="editarArticulo($event.keyCode, articulo)"> +