diff options
| author | Daniel Luz | 2012-09-02 14:59:33 -0300 |
|---|---|---|
| committer | Misko Hevery | 2012-09-11 15:11:01 -0700 |
| commit | 83fbdd1097e27cc50c7c7aed6463d69e66fcf8e7 (patch) | |
| tree | d1a2eeca06a94678192cadc0b525d54f33437143 /src/ng/rootScope.js | |
| parent | 03042c52b9b5490645501e36f9ba27177d173737 (diff) | |
| download | angular.js-83fbdd1097e27cc50c7c7aed6463d69e66fcf8e7.tar.bz2 | |
docs($rootScope): fix typos on $watch
Diffstat (limited to 'src/ng/rootScope.js')
| -rw-r--r-- | src/ng/rootScope.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js index d3597e3f..43bf6cc5 100644 --- a/src/ng/rootScope.js +++ b/src/ng/rootScope.js @@ -278,7 +278,7 @@ function $RootScopeProvider(){ * - `string`: Evaluated as {@link guide/expression expression} * - `function(newValue, oldValue, scope)`: called with current and previous values as parameters. * - * @param {boolean=} objectEquality Compare object for equality rather then for refference. + * @param {boolean=} objectEquality Compare object for equality rather than for reference. * @returns {function()} Returns a deregistration function for this listener. */ $watch: function(watchExp, listener, objectEquality) { |
