【发布时间】:2015-12-31 02:29:45
【问题描述】:
我之前发布了一个问题: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 版。
【问题讨论】:
标签: angularjs angular-ui-bootstrap angular-ui popover