gpt4 book ai didi

javascript - 如何将 html UTI 符号快捷方式(如™)与 angularjs ng-repeat 一起使用?

转载 作者:行者123 更新时间:2023-11-30 12:27:42 25 4
gpt4 key购买 nike

我要重复以下元素:

<li ng-repeat="feature in pTab.features">
<p>{{feature.summary}}</p>
</li>

feature.summary 是一个来自 .txt 文件的字符串,包含应显示商标符号的 。但是该页面只是将 显示为文本页面。

查看 W3 Reference ,我认为这应该在页面上显示为商标符号。

这不适用于 AngularJS 还是我需要更正某些内容?

谢谢!

最佳答案

您需要使用 ngBindHtml

Evaluates the expression and inserts the resulting HTML into the element in a secure way.

代码

<p ng-bind-html="feature.summary"></p>

关于javascript - 如何将 html UTI 符号快捷方式(如™)与 angularjs ng-repeat 一起使用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28770275/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com