Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7658d9 commit 2acadc4Copy full SHA for 2acadc4
src/ng/rootScope.js
@@ -55,8 +55,10 @@
55
* @description
56
*
57
* 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}.
+ * All other scopes are descendant scopes of the root scope. Scopes provide separation
+ * 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}.
62
*/
63
function $RootScopeProvider(){
64
var TTL = 10;
0 commit comments