This is my template:
a
To do this, I use a custom filter.
In my app:
myApp.filter('rawHtml', ['$sce', function($sce){ return function(val) { return $sce.trustAsHtml(val); }; }]);
Then, in the view:
{{ stuff.title}}