Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 )

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