angular-canvas-ext
angular-canvas-ext copied to clipboard
Scale by MouseWheel
Suggestion: Add the following lines to the end of the function handleMouseWheel (line 573) to see scaling by mousewheel in realtime!
e.preventDefault(); $scope.$apply();
Thank you for pointing out! Will look at and test it asap. Btw, feel free to send pull requests.