I would like to access my $scope variable in Chrome\'s JavaScript console. How do I do that?
$scope
I can neither see $scope nor the name of my mo
Inspect the element, then use this in the console
s = $($0).scope() // `s` is the scope object if it exists