Previously, I used $sce.trustAsHtml(aString) to inject a string (eg, ...) to a template
$sce.trustAsHtml(aString)
...
You may use if you prefer.
See updated plunker here.