Hi,
Thanks for the great directive. I use the directive in my project, but the error below appeared:
GET http://localhost:63342/templates/canvas.html 404 (Not Found).
Error: [$compile:tpload] http://errors.angularjs.org/1.4.3/$compile/tpload?p0=..%2Ftemplates%2Fcanvas.html&p1=404&p2=Not%20Found.
The only difference with your demo is I use the directive in the view which is linked by angular routing, I also added the 'pw.canvas-painter' in my module.
Hi,
Thanks for the great directive. I use the directive in my project, but the error below appeared:
GET http://localhost:63342/templates/canvas.html 404 (Not Found).
Error: [$compile:tpload] http://errors.angularjs.org/1.4.3/$compile/tpload?p0=..%2Ftemplates%2Fcanvas.html&p1=404&p2=Not%20Found.
The only difference with your demo is I use the directive in the view which is linked by angular routing, I also added the 'pw.canvas-painter' in my module.