mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs($rootScope): standardize on present, third-person actions for descriptions
This commit is contained in:
parent
053247e412
commit
b8eb843b25
1 changed files with 2 additions and 2 deletions
|
|
@ -453,7 +453,7 @@ function $RootScopeProvider(){
|
|||
* @function
|
||||
*
|
||||
* @description
|
||||
* Remove the current scope (and all of its children) from the parent scope. Removal implies
|
||||
* Removes the current scope (and all of its children) from the parent scope. Removal implies
|
||||
* that calls to {@link ng.$rootScope.Scope#$digest $digest()} will no longer
|
||||
* propagate to the current scope and its children. Removal also implies that the current
|
||||
* scope is eligible for garbage collection.
|
||||
|
|
@ -607,7 +607,7 @@ function $RootScopeProvider(){
|
|||
* @function
|
||||
*
|
||||
* @description
|
||||
* Listen on events of a given type. See {@link ng.$rootScope.Scope#$emit $emit} for discussion of
|
||||
* Listens on events of a given type. See {@link ng.$rootScope.Scope#$emit $emit} for discussion of
|
||||
* event life cycle.
|
||||
*
|
||||
* @param {string} name Event name to listen on.
|
||||
|
|
|
|||
Loading…
Reference in a new issue