rubenv / angular-rt-popup

A better version of the Bootstrap popover, for Angular.JS
MIT License
22 stars 14 forks source link

Fix memory leak from not destroying scope. #16

Closed andreialecu closed 3 years ago

andreialecu commented 9 years ago

There was a memory/scope leak that would add up each time popups were open.

Easy to verify using: https://github.com/kentcdodds/ng-stats (try the bookmarklet)

Read: http://roubenmeschian.com/rubo/?p=51 for explanation.