码迷,mamicode.com
首页 > Web开发 > 详细

【备忘录】angularjs在标签中添加html

时间:2014-11-30 18:29:57      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:io   ar   sp   on   bs   cti   html   ef   as   

Js:
$scope.renderHtml = function (html_code) { return $sce.trustAsHtml(html_code); };
Html:
<p ng-bind-html="renderHtml(value.button)"></p>
 

【备忘录】angularjs在标签中添加html

标签:io   ar   sp   on   bs   cti   html   ef   as   

原文地址:http://www.cnblogs.com/xiaoroad/p/4133345.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!