So I am wondering how to compute HTML in an AngularJS object (Like this: {{names}}) but I have an '<a>' element inside the object.
It comes out like this:
<a href="http://www.example.com">link text</a>
I want this: link text
I want the links in this page to be the ones.