You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2019. It is now read-only.
I cannot disable this, tried using ng-disabled but it did not work. However, there is an option from here like this signaturePad.off();. I'm not sure where to put it.
The text was updated successfully, but these errors were encountered:
jasny
changed the title
Cannot disable the directive
Disable the directive
Apr 20, 2017
JonSnaka
added a commit
to JonSnaka/angular-signature
that referenced
this issue
Apr 21, 2017
I also needed this functionality, so I have made a PR for it. I added a disabled attribute to the directive for you to use. You can then use it like: <signature-pad accept="accept" clear="clear" disabled="yourVariable" height="200" width="700">
I cannot disable this, tried using
ng-disabled
but it did not work. However, there is an option from here like thissignaturePad.off();
. I'm not sure where to put it.The text was updated successfully, but these errors were encountered: