Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spiralcrew-ou/JsonTreeDirective
Simpel json-tree directive (AngularJS )
https://github.com/spiralcrew-ou/JsonTreeDirective
Last synced: 3 months ago
JSON representation
Simpel json-tree directive (AngularJS )
- Host: GitHub
- URL: https://github.com/spiralcrew-ou/JsonTreeDirective
- Owner: spiralcrew-ou
- Created: 2013-03-12T18:33:50.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-15T20:34:07.000Z (over 11 years ago)
- Last Synced: 2024-06-22T21:12:24.670Z (6 months ago)
- Language: JavaScript
- Size: 234 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple json-tree directive (AngularJS)
=================A basic tree-directive that turns a model into a collapsible tree. Handy when working with large models in your app.
Todo's:
----------------
* Expand a given path (data-open-path="path.to.expand")
* Improve expand/collapse (reset full tree, toggle text)
* Review/improve code
* Add working example page