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
JavaScript
$scope.get_pre = function(x) { return $sce.trustAsHtml(x); };
HTML