From 172c467d18d80e9dc4ea48a926fdcbe53d8f961a Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Wed, 12 Dec 2018 14:26:41 -0300 Subject: [PATCH] selectFocus cuando teclado esta desactivado --- src/views/nota-pedido.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/nota-pedido.html b/src/views/nota-pedido.html index 91e4558..0a966c6 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -146,6 +146,7 @@ step="0.001" foca-focus="articulo.editCantidad" ng-keypress="editarArticulo($event.keyCode, articulo)" + ng-focus="selectFocus($event)" teclado-virtual >