legalthings / angular-signature

HTML5 canvas based smooth signature drawing as angularJS directive (http://szimek.github.io/signature_pad/)
MIT License
105 stars 91 forks source link

Add mouseleave event binding #66

Open adrogon opened 7 years ago

adrogon commented 7 years ago

Adds mouseleave event binding to update the model when the cursor leaves the canvas. Checks whether the left button is depressed, to avoid triggering model updates by mere mouseovers.

Closes #44, closes #65.