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

$interval.stop is not a function - line 116 #39

Closed d3vtoolsmith closed 7 years ago

d3vtoolsmith commented 7 years ago

Getting JS error from line 116: $interval.stop is not a function This should be $interval.cancel(...)I believe.