对我来说,当我使用html数据模板时, data-placement =" auto" 选项在AngularStrap(v2.3.5)中不起作用。但是当我使用数据内容属性填充popover时,动态放置似乎工作得非常好。
作品:
<button type="button" class="btn btn-lg btn-primary" data-placement="auto" bs-popover="popover">Click to toggle popover
<br>
<small>(using an object)</small>
</button>
不起作用
<button type="button" class="btn btn-lg btn-danger" title="{{popover.title}}" data-template-url="popover/docs/popover.demo.tpl.html" data-placement="auto" data-auto-close="1" bs-popover>Custom Popover
</button>
也许你对我有任何暗示?
谢谢,最诚挚的问候!
答案 0 :(得分:0)
使用data-placement =“auto left”或data-placement =“auto anyother direction”单个自动无法正常工作