gpt4 book ai didi

angularjs - 为什么 Angularjs 插值在 IE 11 中失败?

转载 作者:行者123 更新时间:2023-12-04 18:33:23 26 4
gpt4 key购买 nike

我有一个简单的指令,它从一组工具对象创建一个工具栏

<div ng-repeat="tool in tb.tools">
<button id="{{tool.name}}" class="btn"
aa-tool-button="tb.state.selectedTool"
ng-click="tb.toggleSelected(tool)"
style="background-color:{{tool.color}}">
{{tool.caption}}
</button>
</div>

在 Chrome、Firefox、Safari 和 Edge 中,这可以正常工作。但是按钮颜色没有在 IE 11 中进行插值。由于某种原因,插值失败了。这是 IE 元素检查器中显示的内容:

IE 11 Interpolation Error

导致一个空的样式标签和默认的灰色按钮。

任何人都可以为此提出合理的解决方法吗?

最佳答案

这看起来很丑,更好用:

ng-style="{'background-color': tool.color}"

工作正常

关于angularjs - 为什么 Angularjs 插值在 IE 11 中失败?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36750042/

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