It seems that binding removes returns from a string.
<div>{{obj.progress}}</div>
when I inspect the object in the console I get:
but in the HTML I see:
I would like the words to be displayed with the returns like:
block 1
block 2
...
Can I force the returns?
I have tried using ng-bind-html and ng-bind as well.