diff options
| author | Vojta Jina | 2011-05-18 14:16:09 +0200 |
|---|---|---|
| committer | Igor Minar | 2011-06-06 22:52:00 -0700 |
| commit | e21a868524758f1fd53ea4e6f6344910874dc0eb (patch) | |
| tree | cd60f74eec0553568533d4c76b473afdc07465c7 /src/service/updateView.js | |
| parent | 7fe46e8d7e35c21167932c57b4ed53171164d1e2 (diff) | |
| download | angular.js-e21a868524758f1fd53ea4e6f6344910874dc0eb.tar.bz2 | |
Fix links in docs
Diffstat (limited to 'src/service/updateView.js')
| -rw-r--r-- | src/service/updateView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/updateView.js b/src/service/updateView.js index 603cfa5a..2e93e91c 100644 --- a/src/service/updateView.js +++ b/src/service/updateView.js @@ -33,7 +33,7 @@ * without angular knowledge and you may need to call '$updateView()' directly. * * NOTE: if you wish to update the view immediately (without delay), you can do so by calling - * {@link scope.$eval} at any time from your code: + * {@link angular.scope.$eval} at any time from your code: * <pre>scope.$root.$eval()</pre> * * In unit-test mode the update is instantaneous and synchronous to simplify writing tests. |
