View source Improve this doc

$rootScope
service in module ng

Description

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.