I want to include my processing sketch to angular. My sketch is added to a template file and trying to include the template html file in angular using ng-include or ng-view. I see that the template html get included but missing canvas tag.
I have created a sample plunker... Please help...
<canvas data-processing-sources="rect.pde"></canvas>