我發佈了一個早期的問題:angular-ui-bootstrap: Implementing html in popover using popover-html,並建議我使用popover-template。angular-ui:使用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>
所以我試圖做到這一點,但現在popover不會激活點擊。
我使用的是版本0.13.4。
我只是改變爲'',它仍然不會在點擊時激活。 –
我的一天。謝謝! – Juan