I'm using an AngularJS bootstrap popover on an element using popover-trigger='mouseenter'
. The element updates using angularFire, and after an update, the popover disappears until I move my mouse (even within the element).
How can I get the popover to remain visible after an update?