当debugInfoEnabled处于停用状态时,有$scope
从angular.element()
获取angular.element(document.querySelector('some-cool-element')).scope() // Undefined
。
Y
答案 0 :(得分:1)
angular.element($ 0).scope()
这是一个重复的问题
How do I access the $scope variable in browser's console using AngularJS?