Skip to content

Instantly share code, notes, and snippets.

@hsleonis
Created February 2, 2016 12:23
Show Gist options
  • Save hsleonis/f3665f0baa52a71d337d to your computer and use it in GitHub Desktop.
Save hsleonis/f3665f0baa52a71d337d to your computer and use it in GitHub Desktop.
Get angular scope with jQuery
angular.element(document.getElementById('yourElementId')).scope();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment