720kb / angular-tooltips

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

Memory leak #234

Open vrudenko opened 5 years ago

vrudenko commented 5 years ago

Hello guys. Thank you for your plugin, i'm using it in couple of projects. It's small and nice, but i've found that it produces memory leaks. Library adds callbacks for window "resize", but don't remove them from internal list. Proposed fix is waiting in pull requests.

https://github.com/720kb/angular-tooltips/pull/233