Simple Question, Line Breaks in Paragraph Object - Forum

Forum Navigation
You need to log in to create posts and topics.

Simple Question, Line Breaks in Paragraph Object

Hi Hi!

I want to show data on Text Paragraph Object which have a variable like [test] on Text property:

Some Random text
Another text
Another text in next line

In SetVar command what character should i use for "Line Break"?

SetVar [test] "line1<br>line2\nline3"

i have used code like above and no luck on that.
here is screen shot of app:

 

Uploaded files:
  • You need to login to have access to uploads.

Hi @noizen,

Please take a look here:
https://visualneo.com/forum/topic/angular-directives-ng-bind-html

Let me know if you have any doubts.
Regards

noyzen has reacted to this post.
noyzen

Thanks Luis, that works for my case.