jadrake75 / ng-scrolling-table

MIT License
8 stars 2 forks source link

Polling is still searching for tables that don't exist in the DOM. #68

Closed jadrake75 closed 10 years ago

jadrake75 commented 10 years ago

If you switch pages (thus unloading a table from the DOM) and there is a trackRowChanges( ) fired off it will continue to listen to Mutation and Timeout events even though it is not in the DOM.

jadrake75 commented 10 years ago

Fixed with performance fixes.