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
$rootScope
In developer console type angular.element('body').scope(); in case of your app is
angular.element('body').scope();