gpt4 book ai didi

angularjs - Angular-ui:使用弹出框模板

转载 作者:行者123 更新时间:2023-12-02 22:30:15 25 4
gpt4 key购买 nike

我之前发布了一个问题:angular-ui-bootstrap: Implementing html in popover using popover-html有人建议我使用 popover-template。

<i popover-template="popover-partial.html" popover-title="In Progress" class="glyphicon glyphicon-info-sign"></i>

<script type="text/ng-template" id="popover-partial.html">
<b>Jody</b>
</script>

所以我正在尝试这样做,但现在弹出窗口不会在点击时激活。

我使用的是0.13.4版本。

最佳答案

popover-template 值应该是 string,换句话说,它需要一个 表达式/scopeVariable.

<i popover-template="'popover-partial.html'" 
popover-title="In Progress"
class="glyphicon glyphicon-info-sign">
</i>

Demo

关于angularjs - Angular-ui:使用弹出框模板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32914623/

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