From a31949f9179383c44ea8e772cf2d4b362160643b Mon Sep 17 00:00:00 2001 From: efernandez Date: Tue, 11 Dec 2018 16:55:15 -0300 Subject: [PATCH] teclado virtual en input --- src/views/modal-detalle-hoja-ruta.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/modal-detalle-hoja-ruta.html b/src/views/modal-detalle-hoja-ruta.html index aaf3096..1276067 100644 --- a/src/views/modal-detalle-hoja-ruta.html +++ b/src/views/modal-detalle-hoja-ruta.html @@ -112,6 +112,7 @@ ng-model="parametrosDetalleHojaRuta.observaciones" class="form-control mx-2" rows="5" + teclado-virtual > -- 1.9.1