Skip to content

Instantly share code, notes, and snippets.

@ksysctl
Last active August 29, 2015 14:10
Show Gist options
  • Save ksysctl/f6703b13cab879720551 to your computer and use it in GitHub Desktop.
Save ksysctl/f6703b13cab879720551 to your computer and use it in GitHub Desktop.
Get root scope from Chrome js console
# get scope
var scope = angular.element($0).scope();
# apply changes
scope.$apply();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment