Closed winkjoh closed 7 years ago
Hey,
Thanks for reaching out.
Issues on this repo are for technical issues with the code (e.g. something doesn't work). If you want general angular 2 support you'll find Stack Overflow a useful resource.
I've looked at your code and can't see anything obvious that would be causing you to lose click events, that being said I'm unsure why you've put the signature-pad in the header. Also I'd be breaking the app up into different components, rather than having one big AppComponent
with everything in it.
Feel free to use our reference implementation of a signature-pad component: https://github.com/lathonez/angular2-signaturepad-demo
If you raise a question on SO, you can post the link here to draw attention to it.
Thanks.
Hey to all, first I wanna thank you for this incredible pad (wrapper). I started coding with angular a week ago and I am currently playing around a bit. In my researches I found this pad which was exactly what I was looking for.
Now I have the following problem: I created a small dummy application which allowes a User to maintain some todos. In the Todo the user can mark is as done or delete it. All of those todos are in a ngFor loop. Every thing is working until I add the directive for the signaturepad. After adding the directive I do not get any Click Events of the inner part of my for loop. I also do not get any error on the console. Currently I have no idea what the problem could be. I hope that someone of you could support me a bit.
My Component:
The corresponding html:
For debugging issue I also deployed the app HERE
I hope that someone of you has any idea. Thank you very much for your support!