swimlane / angular-data-table

A feature-rich but lightweight ES6 AngularJS Data Table crafted for large data sets!
http://swimlane.github.io/angular-data-table/
MIT License
577 stars 141 forks source link

Stop memory leaks #301

Closed alexbainter closed 6 years ago

alexbainter commented 6 years ago

Replaces a call to addEventListener with angular.element(...).on() so that the callback will be properly removed once the data table is destroyed.