Categories

Developer

Darathor

AngularScope v0.4resigned1

  • rating
  • rating
  • rating
  • rating
  • rating
3.14 (7 reviews)
An extension to inspect the scope AngularJS 1.x scope associated to a DOM node. This is NOT an official extension from the AngularJS team. AngularScope

An axtension to inspect the scope AngularJS 1.x scope associated to a DOM node from the context menu. Two "versions" of the scope are available in the console :

  • basic variable export
  • flat version resolving the inherited properties from ancestor scopes (like in the old AngScope extension fo Firebug)
The code is inspired on the extension ng-inspect.