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
in angular we get jquery element by angular.element().... lets c...
angular.element().scope();
example: