Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d07796 commit d6bcbc7Copy full SHA for d6bcbc7
src/ng/rootScope.js
@@ -309,7 +309,8 @@ function $RootScopeProvider(){
309
* - `function(newValue, oldValue, scope)`: called with current and previous values as
310
* parameters.
311
*
312
- * @param {boolean=} objectEquality Compare object for equality rather than for reference.
+ * @param {boolean=} objectEquality Compare for object equality using {@link angular.equals} instead of
313
+ * comparing for reference equality.
314
* @returns {function()} Returns a deregistration function for this listener.
315
*/
316
$watch: function(watchExp, listener, objectEquality) {
0 commit comments