From da15a2d28156407578525e99b114e67fd566dc70 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Fri, 19 Oct 2018 18:18:18 -0300 Subject: [PATCH] input de domicilios --- src/views/nota-pedido.html | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) 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)"> + -- 1.9.1