Skip to content

Instantly share code, notes, and snippets.

@NizarOukhchi
Created December 6, 2015 22:26
Show Gist options
  • Save NizarOukhchi/96465b6f6a79d89eb339 to your computer and use it in GitHub Desktop.
Save NizarOukhchi/96465b6f6a79d89eb339 to your computer and use it in GitHub Desktop.
Get Scope
document.body.onclick = function(event){window.scope = angular.element(event.target).scope();console.log(window.scope);document.body.onclick = null;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment