how to debug the $rootScope object of angularjs in the browser

前端 未结 7 1669
醉话见心
醉话见心 2021-01-29 23:43

Is there a way of debugging the angularjs application when it is loaded in the browser?

ie. I wish to get the $rootScope of my current application. How woul

相关标签:
7条回答
  • 2021-01-30 00:49

    You can see the $rootScope in your sources Developer Tools->Sources

    $rootScope

    0 讨论(0)
提交回复
热议问题