Angular JS: Understanding RootScope ($rootScope)

The video covers the following: -What is RootScope in AngularJS -When is RootScope created in AngularJS -How does it affect scope inheritance in AngularJS -How to add members to $rootScope -How to use $rootScope in Controller (or nested scopes) -How to use “.run“ method as part of module definition Source Code:
Back to Top