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

Fix IE11 display issue #75

Open ghost opened 6 years ago

ghost commented 6 years ago

Max-height and max-width properties were not being bound in IE11. They would be set to literal: "max-height: {{height}}px" and "max-width: {{width}}px". Using ng-style fixes the issue.