Skip to content

Instantly share code, notes, and snippets.

@xjinza
Created July 4, 2018 08:33
Show Gist options
  • Save xjinza/49b27ea1152d0177407e7f286ee86668 to your computer and use it in GitHub Desktop.
Save xjinza/49b27ea1152d0177407e7f286ee86668 to your computer and use it in GitHub Desktop.
angularjs 调试 chrome控制台 #angularjs
获取元素作用域
angular.element('html').scope()
调试$location 服务
angular.element(document.querySelector('html')).injector().get('$location').search()
参考:https://lyfeyaj.com/2015/01/07/debugging-angularjs-apps-from-the-console/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment