File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ function $RootScopeProvider(){
453
453
* @function
454
454
*
455
455
* @description
456
- * Remove the current scope (and all of its children) from the parent scope. Removal implies
456
+ * Removes the current scope (and all of its children) from the parent scope. Removal implies
457
457
* that calls to {@link ng.$rootScope.Scope#$digest $digest()} will no longer
458
458
* propagate to the current scope and its children. Removal also implies that the current
459
459
* scope is eligible for garbage collection.
@@ -607,7 +607,7 @@ function $RootScopeProvider(){
607
607
* @function
608
608
*
609
609
* @description
610
- * Listen on events of a given type. See {@link ng.$rootScope.Scope#$emit $emit} for discussion of
610
+ * Listens on events of a given type. See {@link ng.$rootScope.Scope#$emit $emit} for discussion of
611
611
* event life cycle.
612
612
*
613
613
* @param {string } name Event name to listen on.
You can’t perform that action at this time.
0 commit comments