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

Commit 2acadc4

Browse files
docs(rootScope): improve grammar and clarity
1 parent c7658d9 commit 2acadc4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ng/rootScope.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@
5555
* @description
5656
*
5757
* Every application has a single root {@link ng.$rootScope.Scope scope}.
58-
* All other scopes are child scopes of the root scope. Scopes provide mechanism for watching the model and provide
59-
* event processing life-cycle. See {@link guide/scope developer guide on scopes}.
58+
* All other scopes are descendant scopes of the root scope. Scopes provide separation
59+
* between the model and the view, via a mechanism for watching the model for changes.
60+
* They also provide an event emission/broadcast and subscription facility. See the
61+
* {@link guide/scope developer guide on scopes}.
6062
*/
6163
function $RootScopeProvider(){
6264
var TTL = 10;

0 commit comments

Comments
 (0)