I'm using angular translate with ui router. In my en.json file I have something like
"test-text-url": "I am <a ui-sref=\"my.state\">here</a>"
But when I load the site with that translation verbiage, I only see an anchor tag without the href or ui-sref. So basically just
I am <a>here</a>
If anyone knows how to fix this, that would be awesome. Thank you.