You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: src/ng/rootScope.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -296,7 +296,7 @@ function $RootScopeProvider() {
296
296
* - When `objectEquality == true`, inequality of the `watchExpression` is determined
297
297
* according to the {@link angular.equals} function. To save the value of the object for
298
298
* later comparison, the {@link angular.copy} function is used. This therefore means that
299
-
* watching complex objects will have adverse memory and performance implications.
299
+
* watching complex objects will have adverse memory and performance implications. This should not be used to watch for objects that are or contain `File` objects.
300
300
* - The watch `listener` may change the model, which may trigger other `listener`s to fire.
301
301
* This is achieved by rerunning the watchers until no changes are detected. The rerun
302
302
* iteration limit is 10 to prevent an infinite loop deadlock.
0 commit comments