For my current project, I'm using this amazing library "GoJS", that offers many awesome diagrams.
The problem is that the library is based on Javascript, and does not have any AngularJS wrapper. The only angular code I found, is the based diagram http://gojs.net/latest/samples/angular.html
For my project, I need to use FlowChart http://gojs.net/latest/samples/flowchart.html.
I've tried to wrap it into a directive, but without any luck.
So, that's way I'm asking your help today, to provide me with a solution to easily integrate the diagram into my angulaJS app, or provide me with any wrapper that can work without any issue.
Thanks