ecentinela / ng-signature-pad

An AngularJS directive for signature_pad
http://plnkr.co/edit/mWA2Wt
Other
18 stars 16 forks source link

No docs? #7

Open bobmulder opened 9 years ago

bobmulder commented 9 years ago

Hey guys,

I got the directive working but I have no idea about how to get the result (base 64 image) and put it in my ng-model. Please help me and add some docs ;)

Greetz

Bob

dv336699 commented 8 years ago

the directive is just a way to simplify things. The docs from https://github.com/szimek/signature_pad should be easy to follow

tarekahf commented 8 years ago

I created a sample application here:

http://plnkr.co/edit/vohTMk?p=preview

The sample above shows you how to get the base64 of the image.

Please tell me if this is the right way?

Tarek