In my ASP.NET MVC application, I am trying to put together a page where the user can both sign and print their name once at a workstation equipped with a Wacom. The signatures will be saved to PNGs with links in a database and then stamped in the designated area of each form, upon user approval. With just one signature canvas, the process works flawlessly. But with 2 canvases and 2 separate AngularJS app files, I can get the top canvas working fine, but cannot get the second canvas to draw. If I split the canvases onto 2 different pages, they each work fine separately. I can do that, but would rather have them both on one page. I know I am missing something regarding Angular or canvas, probably simple, but I don't know what it is.
-- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
