So, I have a project that I am working on, and for it I use jsPlumb to connect graphic elements, and I completely create an application using AngularJS.
What is the procedure that should be followed if I want to include other library code in my controller (to run jsPlumb code, say, by ng-click) or any other part of my AngularJS code? Should I do this or why shouldn't I?
angularjs angularjs-controller angularjs-ng-click jsplumb
Georgi Angelov
source share