We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb32fce commit 0ef673fCopy full SHA for 0ef673f
src/ng/rootScope.js
@@ -379,7 +379,7 @@ function $RootScopeProvider() {
379
* - `newVal` contains the current value of the `watchExpression`
380
* - `oldVal` contains the previous value of the `watchExpression`
381
* - `scope` refers to the current scope
382
- * @param {boolean=} objectEquality Compare for object equality using {@link angular.equals} instead of
+ * @param {boolean=} [objectEquality=false] Compare for object equality using {@link angular.equals} instead of
383
* comparing for reference equality.
384
* @returns {function()} Returns a deregistration function for this listener.
385
*/
0 commit comments