RyanMullins / angular-hammer

Hammer.js v2 support for AngularJS
http://ryanmullins.github.io/angular-hammer/
MIT License
188 stars 55 forks source link

scope.$apply should be optional #38

Closed hworld closed 8 years ago

hworld commented 9 years ago

Would be great to have a way to disable the scope.$apply that gets run. For hmPan this can degrade performance quite a bit on big apps with no way to tell the lib to not do the apply.