Popover doesn't work with ng-grid [closed]

牧云@^-^@ 提交于 2019-12-24 15:39:50

问题


I'm trying to show a popover after mouseenter on a ng-grid cell, but it failed. What am I doing wrong?

Here's the plunk: http://plnkr.co/edit/pucSb6?p=preview


回答1:


I've forked your plunk: http://plnkr.co/edit/EUhUxPHhS674E7eeTBmP

I have updated your ui-bootstrap version to 0.10.0:

<script src="http://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.10.0.js"></script>

And have set popover-placement="top" popover-append-to-body="true" in your poppedover div.



来源:https://stackoverflow.com/questions/22836381/popover-doesnt-work-with-ng-grid

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!