File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,9 +156,8 @@ function $RootScopeProvider(){
156156 * @description
157157 * Creates a new child {@link ng.$rootScope.Scope scope}.
158158 *
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()}.
162161 *
163162 * {@link ng.$rootScope.Scope#$destroy $destroy()} must be called on a scope when it is
164163 * 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