Commit 82f9afe39174b72ab19d77ac173e5351f5188ade
1 parent
aa7f9a9e49
Exists in
master
and in
1 other branch
ng bind2
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/views/remito.html
... | ... | @@ -10,7 +10,8 @@ |
10 | 10 | bgcolor="#FF9900" |
11 | 11 | behavior="scroll" |
12 | 12 | direction="left" |
13 | - >{{remito.observaciones}}</marquee> | |
13 | + ng-bind="remito.observaciones" | |
14 | + ></marquee> | |
14 | 15 | <div class="col-lg-12"> |
15 | 16 | <div class="row mt-4"> |
16 | 17 | <div class="col-12 col-md-10 col-lg-10 border border-light rounded"> |