Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 687 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 687 Bytes

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.