When Angular interpolates markup and inserts scoped variables into a {{post}} style template, it escapes HTML.
{{post}}
The application I\'m building requires us
Your going to want to look at ngBindHtml.
"To utilize this functionality, ensure that $sanitize is available, for example, by including ngSanitize in your module's dependencies (not in core Angular.)"