720kb / angular-tooltips

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

Fix for memory leak #233

Open vrudenko opened 5 years ago

vrudenko commented 5 years ago

Library adds callbacks for window "resize", but doesn't remove them from internal list. That's why it produces memory leaks.