Skip to content

Instantly share code, notes, and snippets.

@ggirou
Created September 23, 2014 14:38
Show Gist options
  • Save ggirou/c31ba467a13b32cc2293 to your computer and use it in GitHub Desktop.
Save ggirou/c31ba467a13b32cc2293 to your computer and use it in GitHub Desktop.
Angular $scope bookmarklet
javascript:(function() {
$scope = angular.element(document.querySelector('[ng-view], [ng-controller]')).scope();
console.log('$scope', $scope);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment