diff --git a/src/views/remito.html b/src/views/remito.html
index bb15eb3..d4380f8 100644
--- a/src/views/remito.html
+++ b/src/views/remito.html
@@ -90,8 +90,9 @@
foca-tipo-input
min="1"
step="0.0001"
- foca-focus="tmpPrecio"
- ng-keypress="editarArticulo($event.keyCode, articulo, tmpCantidad, tmpPrecio);"
+ foca-focus="articulo.editPrecio"
+ ng-keypress="editarArticulo($event.keyCode, articulo, tmpCantidad, tmpPrecio);"
+ esc-key="cancelarEditar(articulo)"
ng-focus="selectFocus($event);
tmpCantidad = articulo.cantidad;
tmpPrecio = articulo.precio"