From 496797061242289977860b098469193e7bbe8b66 Mon Sep 17 00:00:00 2001 From: Georgii Dolzhykov Date: Wed, 4 Nov 2015 20:50:29 +0200 Subject: [PATCH] docs($rootScope.Scope): default value of objectEquality parameter --- src/ng/rootScope.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */