gdepourtales / ng-cells

AngularJS Table directive that draws a table of data with different features
http://gdepourtales.github.io/ng-cells/
Other
77 stars 17 forks source link

Fix/improve cross browser wheel scrolling #10

Closed kayhadrin closed 10 years ago

kayhadrin commented 10 years ago

Hi Guy,

I found an issue with a wheel scrolling code. It would break on Firefox 30+ because the scrollBy() method didn't exist (it's an old DOM-0 method and I guess they removed it eventually).

I've now added some alternate code to fix this.

Could you merge this?

Thanks,

David

PS: I've also regenerated the dist js files; which shows that it was missed during the last code release.

gdepourtales commented 10 years ago

Hi David. Great Thanks