rd-inspect-object is an Angular 1 directive that displays clickable, formatted object graphs, similar to the Web Inspector console.
It can display any scope-available value, per the following:
<rd-inspect-object value="data"></rd-inspect-object>This assumes you have JSPM installed (npm install -g jspm).
- Clone
cd rd-inspect-objectnpm installcd example; jspm install; cd ..gulp serve- Browse to
localhost:8002/example
Production-ready files can be rebuilt from source by running gulp dist.
