• Stars
    star
    783
  • Rank 58,097 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 10 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The AngularJS inspector pane for your browser

logo

Travis CI Status

ng-inspector is a browser extension for Chrome and Safari that displays an inspector panel showing the AngularJS scope hierarchy in the current page in real time, as well as which controllers or directives are associated with which scope.

Hovering over a scope in the inspector will highlight the DOM element that scope is attached to. Clicking on a model will console.log that model's contents.

The extension adds a button next to the address bar with the AngularJS logo that toggles the pane on and off.

screenshot

Installing

Chrome

Install it from the Chrome Web Store

Safari

Download the latest build from ng-inspector.org, then double click the ng-inspector.safariextz file to install.

License

The MIT License (MIT)

See LICENSE.md for details.