We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4971ef1 commit 9cf6b19Copy full SHA for 9cf6b19
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