Skip to content

Latest commit

 

History

History
executable file
·
22 lines (13 loc) · 726 Bytes

README.md

File metadata and controls

executable file
·
22 lines (13 loc) · 726 Bytes

AngScope - Simple AngularJS Scope Inspector for Firebug

This is a simple Firebug extension that allows you to inspect the AngularJS scope that a DOM element binds to.

Usage:

Simply right-click on an element and select "Inspect Angular Scope" from the context menu. For more fine-grained selection of elements, you can use it from inside Firebug, e.g. from the HTML panel. Basically, any DOM element - be it in the HTML panel, DOM panel breadcrumb, logged in the console etc - that binds to an Angular JS scope, has a "Inspect Angular Scope" context menu item.

Requirements:

Firebug and an AngularJS-based page.

Tested on:

Firefox 24 + Firebug 1.11.1

Warranties:

None. Use it on you own risk :)