File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -156,9 +156,8 @@ function $RootScopeProvider(){
156
156
* @description
157
157
* Creates a new child {@link ng.$rootScope.Scope scope}.
158
158
*
159
- * The parent scope will propagate the {@link ng.$rootScope.Scope#$digest $digest()} and
160
- * {@link ng.$rootScope.Scope#$digest $digest()} events. The scope can be removed from the
161
- * scope hierarchy using {@link ng.$rootScope.Scope#$destroy $destroy()}.
159
+ * The parent scope will propagate the {@link ng.$rootScope.Scope#$digest $digest()} event.
160
+ * The scope can be removed from the scope hierarchy using {@link ng.$rootScope.Scope#$destroy $destroy()}.
162
161
*
163
162
* {@link ng.$rootScope.Scope#$destroy $destroy()} must be called on a scope when it is
164
163
* desired for the scope and its child scopes to be permanently detached from the parent and
You can’t perform that action at this time.
0 commit comments