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