Skip to content

radify/rd-inspect-object

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rd-inspect-object

rd-inspect-object is an Angular 1 directive that displays clickable, formatted object graphs, similar to the Web Inspector console.

Screenshot

It can display any scope-available value, per the following:

<rd-inspect-object value="data"></rd-inspect-object>

Running the example

This assumes you have JSPM installed (npm install -g jspm).

  • Clone
  • cd rd-inspect-object
  • npm install
  • cd example; jspm install; cd ..
  • gulp serve
  • Browse to localhost:8002/example

Building

Production-ready files can be rebuilt from source by running gulp dist.

About

Angular 1 directive for Web Inspector-style object graph visualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published