Binding an HTML seems a bit unsafe. The directive suggested by CuriousGuy has a bit of extra engineering to correctly escape the HTML.
I find it easier to use a styling rule white-space: pre-line.
Example at JSFiddle.
See also:
- Mozilla Developer Network documentation for
white-space - Internet Explorer documentation for
white-space - W3 documentation for
white-space