I am trying to create an html elemnt from string in js.
The string is: "<p class='text-muted'> come and see how good I look </p>".
In the past I did this with php by echo it out and now I build the client side only with angularJS and I have no clue how to do it.
I tried to bind the string to the page but, as expected, it prints the whole string without encode the string to html elemnt..
I tried to look for an answer in the internet and specificly in this community without succuess..
Does it possible, and if so, How?
Thanks in advance