docs($rootScope): standardize on present, third-person actions for descriptions

This commit is contained in:
Daniel Luz 2012-09-08 17:36:36 -03:00 committed by Misko Hevery
parent 053247e412
commit b8eb843b25

View file

@ -453,7 +453,7 @@ function $RootScopeProvider(){
* @function * @function
* *
* @description * @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 * 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 * propagate to the current scope and its children. Removal also implies that the current
* scope is eligible for garbage collection. * scope is eligible for garbage collection.
@ -607,7 +607,7 @@ function $RootScopeProvider(){
* @function * @function
* *
* @description * @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. * event life cycle.
* *
* @param {string} name Event name to listen on. * @param {string} name Event name to listen on.