$rootScope
(service in module ng
)
Every application has a single root scope
.
All other scopes are child scopes of the root scope. Scopes provide mechanism for watching the model and provide
event processing life-cycle. See developer guide on scopes.