1

我正在嘗試將AngularStrap彈出窗口集成到我的應用中。我在按鈕上有以下代碼:AngularStrap彈出窗口:對象彈出窗口沒有方法

<button class="btn btn-primary" data-bs-popover="views/login.html" data-unique="1" data-placement="bottom"> 
     <span>Login</span> 
    </button> 

我有適當的依賴關係添加到我的應用程序。當我嘗試在Chrome執行此,我在控制檯中執行以下操作:

TypeError: Object popover has no method 'on' 

也這樣說:

TypeError: Object tooltip has no method 'on' 

我缺少什麼?如果有人可以在此發佈工作代碼示例,我將非常感激。

回答

0

您是否將ui-bootstrap和mgcrea.ngStrap混合使用?當ui-bootstrap調用mgcrea.ngStrap的工具提示時發生這種情況:

return $tooltip('popover', 'popover', 'click');