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 @@ -154,9 +154,8 @@ function $RootScopeProvider(){
154
154
* @description
155
155
* Creates a new child {@link ng.$rootScope.Scope scope}.
156
156
*
157
- * The parent scope will propagate the {@link ng.$rootScope.Scope#$digest $digest()} and
158
- * {@link ng.$rootScope.Scope#$digest $digest()} events. The scope can be removed from the
159
- * scope hierarchy using {@link ng.$rootScope.Scope#$destroy $destroy()}.
157
+ * The parent scope will propagate the {@link ng.$rootScope.Scope#$digest $digest()} event.
158
+ * The scope can be removed from the scope hierarchy using {@link ng.$rootScope.Scope#$destroy $destroy()}.
160
159
*
161
160
* {@link ng.$rootScope.Scope#$destroy $destroy()} must be called on a scope when it is
162
161
* 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