Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(rootScope): grammar, clarity #4234

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/ng/rootScope.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@
* @description
*
* Every application has a single root {@link ng.$rootScope.Scope 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 {@link guide/scope developer guide on scopes}.
* All other scopes are child scopes of the root scope. Scopes provide a mechanism for
* watching the model for changes and provide an event processing life cycle. See the
* {@link guide/scope developer guide on scopes}.
*/
function $RootScopeProvider(){
var TTL = 10;
Expand Down