From e768070ce751906c7831350511159e867a61afbe Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Mon, 31 Dec 2018 12:56:17 -0300 Subject: [PATCH] correcion ng-value --- src/views/foca-abm-precios-condiciones-item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/foca-abm-precios-condiciones-item.html b/src/views/foca-abm-precios-condiciones-item.html index ae1ce65..e4e637b 100644 --- a/src/views/foca-abm-precios-condiciones-item.html +++ b/src/views/foca-abm-precios-condiciones-item.html @@ -14,7 +14,7 @@ class="form-control col-sm-4" type="text" name="codigo" - value="{{precioCondicion.id | rellenarDigitos: 4: 0}}" + ng-value="precioCondicion.id | rellenarDigitos: 4: 0" autocomplete="off" readonly /> -- 1.9.1