0

I'm working to integrate noflo into AngularJS. For some reason, I've only been able to find an old answer that seemed to direct users wanting to do this to "the-graph", but wasn't super-clear: github.com/noflo/noflo/issues/286.

I am working to attempt to integrate into AngularJS; if anyone has a working example of doing this, a plukr or fiddle would be appreciated.

Secondly, the "left-click" option that allows editing node properties doesn't appear functional in the-graph example. It seems to work here, but not here. I was wondering how to get the search/properties edit box for each node to function when including inside an existing UI.

So, in sum,

  1. How can I get the "left-click" node properties to show up in a custom UI?
  2. How can I best integrate noflo into AngularJS? The-graph has a ton of other libraries that appear to need to be added (React, Polymer, HammerJS, KlayJS, KlayJS-NoFlo, etc..)

Thanks for any help!

br.julien
  • 3,420
  • 2
  • 23
  • 44

1 Answers1

0

It is not clear what you hope to achieve. Do you want to:

  • Program webapps using NoFlo and AngularJS?
  • Make an app (using AngularJS) with a node-editor like the one used in NoFlo UI (the-graph)?
  • Or something else?
Jon Nordby
  • 5,494
  • 1
  • 21
  • 50