From 204d9b9e9e5e4e1836636d424cbc10c28647ae1b Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 26 Mar 2019 15:40:39 -0300 Subject: [PATCH] ng bind --- src/views/nota-pedido.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/nota-pedido.html b/src/views/nota-pedido.html index fb8e629..2fb47de 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -10,7 +10,8 @@ bgcolor="#FF9900" behavior="scroll" direction="left" - >{{notaPedido.observaciones}} + ng-bind="notaPedido.observaciones" + >
-- 1.9.1