From 26316adfa7049877a08771fd275393ef5dd414f0 Mon Sep 17 00:00:00 2001 From: efernandez Date: Mon, 12 Nov 2018 10:23:19 -0300 Subject: [PATCH] tipo input y teclado virtual --- src/views/remito.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/views/remito.html b/src/views/remito.html index 867ddb6..835e7c3 100644 --- a/src/views/remito.html +++ b/src/views/remito.html @@ -141,11 +141,12 @@ ng-show="articulo.editCantidad" ng-model="articulo.cantidad" class="form-control" - type="number" + foca-tipo-input min="1" foca-focus="articulo.editCantidad" ng-keypress="editarArticulo($event.keyCode, articulo)" ng-focus="selectFocus($event)" + teclado-virtual > @@ -227,12 +230,13 @@ > @@ -374,7 +378,7 @@