diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js index d7646af5854f..3658d376e0a1 100644 --- a/src/ng/rootScope.js +++ b/src/ng/rootScope.js @@ -379,7 +379,7 @@ function $RootScopeProvider() { * - `newVal` contains the current value of the `watchExpression` * - `oldVal` contains the previous value of the `watchExpression` * - `scope` refers to the current scope - * @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 * comparing for reference equality. * @returns {function()} Returns a deregistration function for this listener. */