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 03042c5 commit 83fbdd1Copy full SHA for 83fbdd1
src/ng/rootScope.js
@@ -278,7 +278,7 @@ function $RootScopeProvider(){
278
* - `string`: Evaluated as {@link guide/expression expression}
279
* - `function(newValue, oldValue, scope)`: called with current and previous values as parameters.
280
*
281
- * @param {boolean=} objectEquality Compare object for equality rather then for refference.
+ * @param {boolean=} objectEquality Compare object for equality rather than for reference.
282
* @returns {function()} Returns a deregistration function for this listener.
283
*/
284
$watch: function(watchExp, listener, objectEquality) {
0 commit comments