Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.

GehirnInc/ng-inspector

 
 

Repository files navigation

logo

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.

Credits

Thanks for @caitp, Stephen, wafflejock and zomg at #angularjs for helping me figure out many of AngularJS concepts and edge cases, @jcummins and @commandtab for going out of their way to share great bug reports.

Artwork

All the artwork for the extension, the logo and the ng-inspector.org page are also open-source and available at layervault.com/rev087/ng-inspector.

License

The MIT License (MIT)

See LICENSE.md for details.

About

The AngularJS inspector pane for your browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.1%
  • CSS 21.9%