angular-tree-diagram
angular-tree-diagram copied to clipboard
Any documentation on how to install it and integrate with my app?
Hi,
Usually you install packages like this with bower, then import a JS file and use the widget as a normal directive, but this project seems to be a standalone app, so how is it possible to use it?
Do you plan to make some changes to the code to make it usable in a proper way, meaning to make it possible to integrate it into an existing app?
Hi Sorry. No plans for extend this, or make easy to install. It was made for demonstration. You can use it whatever way u want. It was a part of big system. I separated it only for demonstrations.
Hi,
It looks like Expand All tree mode does not work properly in this demo. Was it disabled intentionally?
Hi! It was part of big app. I made it standalone for demo and job applications. Feel free to dig, edit or do whatever else. No updates or user-friendly fast-install, sorry. I recommend use angular chrome extension to look at scope properties. Expand All disabled intentionally. It was like compiling typescript, copy paste, delete what is failing, git push. May be some day I make it pretty.
19.06.2015, 16:32, "Daniil Petrov" [email protected]:
Hi,
It looks like Expand All tree mode does not work properly in this demo. Was it disabled intentionally?
— Reply to this email directly or view it on GitHub.
hello, The demo is not exist, could you give us a demo?
hello, WellSmile Demo fixed.
Thank you. I see the demo. As you said before, this project can't be used in other project like a widget. So if I want to use it as a normal widget, I have to expand it by myself ?