720kb / angular-tooltips

Angularjs tooltips module, add tooltips to your elements - https://720kb.github.io/angular-tooltips
351 stars 157 forks source link

Append-to-body tooltips dont remove if element is removed during hover #188

Open maximelebreton opened 7 years ago

maximelebreton commented 7 years ago

Hello,

If you have tooltips on elements with the append-to-body param set on true, if one element is removed or updated when the tooltip is hovered (trough ng-repeat for example), the tooltip stay in the dom...

I don't know the problem, but are the tooltips informed by a destroy event?

Thanks!

45kb commented 7 years ago

@maximelebreton Hi, can you provide a working fiddle please? However, a PR would be much appreciated! 👍