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 the developer console try this
$rootScope = angular.element(document).scope()