ng-bind-html-unsafe was removed in Angular 1.2
ng-bind-html-unsafe
I\'m trying to implement something where I need to use ng-bind-html-unsafe. In the docs and
Filter
app.filter('unsafe', function($sce) { return $sce.trustAsHtml; });
Usage