ng-bind-html-unsafe は AngularJS 1.2.0 以後ではつかえない
https://github.com/angular-ui/bootstrap/issues/813 のあたりにかかれている件。
要は、AngularJS は Xslate や Text::Markdown のような型ベースの sanitize 方式になったようで、エスケープしなくていいものには $sce.trustAsHtml(value)
という風にマークする必要があるとのこと。
Published: 2013-10-28(Mon) 12:56