$sce
controller中注入$sce服务;
假设将获取到的标签内容为result;
$scope.result = $sce.trustAsHtml(result);
在html页面中则<span ng-bind-html='result'></span>
$sce
controller中注入$sce服务;
假设将获取到的标签内容为result;
$scope.result = $sce.trustAsHtml(result);
在html页面中则<span ng-bind-html='result'></span>