I am sure this has been asked before but I cannot find the answer.
I have an AngularJS script that is pulling from a DB and then rendering to content. Everything is
I've used like this
function chatSearchCtrl($scope, $http,$sce) { // some more my code // take this data['message'] = $sce.trustAsHtml(data['message']); $scope.searchresults = data;
and in html I did
thats it I get my tag rendered