Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 363 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 363 Bytes

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