+1 for Batarang
In addition, you can get the scope from any element in the DOM by following these steps from the console
angular.element(DOMNODE).scope()
Where is DOMNODE, of course, a link to the DOM node.
For example, in Chrome, on the elements tab , you can select the node where the ng-app directive is specified and get the root area with
angular.element($0).scope()
jaime Nov 01 '12 at 6:30 2012-11-01 06:30
source share