I've been playing with the uib-popover and can't figure out how to detect when the popover is being shown or being closed. It doesn't seem to have the events like "shown.bs.open/hidden" that exist for regular bootstrap popover.
Is there a way to do this I am missing?
The showing of the popover itself is being shown on click, but it's apparently always not visible at that point whether it's open or closed. Note that I am appending to the body.
thx