Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9cf6b19

Browse files
thorn0lgalfaso
authored andcommitted
docs($rootScope.Scope): default value of objectEquality parameter
Closes: #13252
1 parent 4971ef1 commit 9cf6b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/rootScope.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ function $RootScopeProvider() {
379379
* - `newVal` contains the current value of the `watchExpression`
380380
* - `oldVal` contains the previous value of the `watchExpression`
381381
* - `scope` refers to the current scope
382-
* @param {boolean=} objectEquality Compare for object equality using {@link angular.equals} instead of
382+
* @param {boolean=} [objectEquality=false] Compare for object equality using {@link angular.equals} instead of
383383
* comparing for reference equality.
384384
* @returns {function()} Returns a deregistration function for this listener.
385385
*/

0 commit comments

Comments
 (0)