What is $rootScope in angular js?
An AngularJS application has a single $rootScope. All the other $scope objects are child objects. The properties and methods attached to $rootScope will be available to all the controllers. The following example demonstrates the $rootScope and $scope object. [crayon-67eae8a452b78386223711/] and the output looks like [crayon-67eae8a452b80996054988/] Drop comment if you have any query. :)
Read more