Last Updated: February 25, 2016
·
437
· ivanreese

Inspecting Angular's Scope for any Element

First, right-click on the element and select Inspect Element. You can access the currently selected element in the console with the $0 variable. To retrieve the scope associated with the element, run: angular.element($0).scope()