Closed alexbainter closed 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.
addEventListener
angular.element(...).on()
Replaces a call to
addEventListener
withangular.element(...).on()
so that the callback will be properly removed once the data table is destroyed.