gpt4 book ai didi

angularjs - 不要在 View 中评估变量

转载 作者:行者123 更新时间:2023-12-04 18:41:20 25 4
gpt4 key购买 nike

我有一个用 AngularJS 构建的网站。我需要在页面上的某处放置一个看起来像这样的文本:Use {{name}} to display the username .

但是 AngularJS 会自动尝试评估 {{name}} .但在这种情况下,我不希望对其进行评估。我只是想将其显示为文本。

我已经尝试使用 unicode 字符:{{name}} .但它仍然评估...

有没有办法做到这一点?

最佳答案

使用 ngNonBindable指示

<span ng-non-bindable>Use {{name}} to display the username.</span>

关于angularjs - 不要在 View 中评估变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25466585/

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