I am creating an API using angularjs to show certain texts in the view, HTML marks appear.
This is my template:
<div class="well well-lg">
<p class="lead">
{$ policy.politica $}
</p>
</div>
And this is what comes out when viewing the page:
... nos comprometemos a <mark>garantizar el ejercicio de blah blah blah</mark> al ofrecer un ...
Since I am using Bootstrap v3, I would expect to see text with a colored background or something similar instead of the <mark></mark>
tags. I understand that the content must get away , but I do not know how to do it in AngularJS.
I will appreciate your help.
Note: The delimiters
{$ $}
are being used for the binding of Angular for convenience because the server has Django that uses{{ }}