You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anyway we can get the popover to stay open while the mouse is within the bounds of the tooltip/popover? Or, can we expose a $close() or $hide() method on the internal scope so that the popover doesn't just sit there after the user interacts with it and moves the mouse away?
The text was updated successfully, but these errors were encountered:
@jbruni I don't know how easy it would be to expose a $close function to the template scope, but that, in addition to using https://docs.angularjs.org/api/ng/directive/ngMouseleave within the template, would be enough to do this in a reasonably elegent way...?
For example please see a modified version of the CodePen you did a while ago: http://codepen.io/Siyfion/pen/axgEH
Is there anyway we can get the popover to stay open while the mouse is within the bounds of the tooltip/popover? Or, can we expose a
$close()
or$hide()
method on the internal scope so that the popover doesn't just sit there after the user interacts with it and moves the mouse away?The text was updated successfully, but these errors were encountered: