From f2267791faaae7adf67236f321023d04b6ddfe0e Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Sat, 10 Nov 2018 12:00:41 -0300 Subject: [PATCH] =?UTF-8?q?-=20Agregu=C3=A9=20propiedades=20contacto=20y?= =?UTF-8?q?=20telefonoContacto.=20-=20Agregu=C3=A9=20directivas=20foca-tip?= =?UTF-8?q?o-input=20y=20teclado-virtual.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 ++ src/views/modal-detalle-hoja-ruta.html | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/index.html b/index.html index ea94c35..79b165e 100644 --- a/index.html +++ b/index.html @@ -46,6 +46,8 @@ cliente: 'Rubén Gomez', domicilio: 'Patricias Mendocinas 5050', producto: 'Super', + contacto: 'Ramiro Gutierrez', + telefonoContacto: '2614292827', litros: 20 }; } diff --git a/src/views/modal-detalle-hoja-ruta.html b/src/views/modal-detalle-hoja-ruta.html index b331747..d70e091 100644 --- a/src/views/modal-detalle-hoja-ruta.html +++ b/src/views/modal-detalle-hoja-ruta.html @@ -35,6 +35,26 @@ readonly disabled /> + +
+ +
+ +
+ +
+ +
@@ -85,6 +107,8 @@ ng-model="parametrosDetalleHojaRuta.numeroRecibo" foca-focus="paso === 1" ng-keypress="$event.keyCode == 13 && validar() && aceptar()" + foca-tipo-input + teclado-virtual />
-- 1.9.1