ng-bind-html指令和$sce服务
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ng-bind-html指令和$sce服务相关的知识,希望对你有一定的参考价值。
1 <!--在我们的控制器中引入$sce服务,该方法将值转换为特权所接受并能安全地使用“ng-bind-html”--> 2 $scope.pm.desc = d.Desc && $sce.trustAsHtml(d.Desc.replace(/\\n/ig, "<br/>")); 3 4 <dd ng-bind-html="pm.desc"></dd>
以上是关于ng-bind-html指令和$sce服务的主要内容,如果未能解决你的问题,请参考以下文章
深入理解AngularJS中的ng-bind-html指令和$sce服务
编译 ng-bind-html 后 ng-click 不起作用
angularjs解决方案之 Error: [$sce:unsafe]