问题
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