2
我試圖做基於文檔http://mgcrea.github.io/angular-strap/#/popovers#tooltips如何獲取AngularStrap延遲工作?
對酥料餅&下拉爲AngularStrap延遲當延遲是一個數字它的工作原理。
<button type="button" data-trigger="click" data-placement="right" title="{{title}}" data-content="{{content}}" html="true" data-delay="1000" bs-popover>Click to toggle popover</button>
但是當延遲是對象不工作:
<button type="button" data-trigger="click" data-placement="right" title="{{title}}" data-content="{{content}}" html="true" data-delay="{ show: 500, hide: 100 }" bs-popover>Click to toggle popover</button>
我怎樣才能得到它的工作原理?
您可能正在使用較舊版本的角度帶和引用新版本的文件? – PSL