mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-10 07:44:43 +00:00
parent
2e5680a4e3
commit
2c00476bae
1 changed files with 4 additions and 2 deletions
|
|
@ -55,8 +55,10 @@
|
||||||
* @description
|
* @description
|
||||||
*
|
*
|
||||||
* Every application has a single root {@link ng.$rootScope.Scope scope}.
|
* 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
|
* All other scopes are descendant scopes of the root scope. Scopes provide separation
|
||||||
* event processing life cycle. See {@link guide/scope developer guide on scopes}.
|
* between the model and the view, via a mechanism for watching the model for changes.
|
||||||
|
* They also provide an event emission/broadcast and subscription facility. See the
|
||||||
|
* {@link guide/scope developer guide on scopes}.
|
||||||
*/
|
*/
|
||||||
function $RootScopeProvider(){
|
function $RootScopeProvider(){
|
||||||
var TTL = 10;
|
var TTL = 10;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue