aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/cookbook/mvc.ngdoc
diff options
context:
space:
mode:
authorIgor Minar2011-05-18 12:17:16 -0700
committerIgor Minar2011-06-06 22:52:00 -0700
commit924ffafc51cf53ddf97f13ad748bbbf6d80caf13 (patch)
tree39c5766ec887df80c3525d89aad1f4451f016c02 /docs/content/cookbook/mvc.ngdoc
parent3616716615c058756a3ead9808275ce9d72b1707 (diff)
downloadangular.js-924ffafc51cf53ddf97f13ad748bbbf6d80caf13.tar.bz2
fixing broken links
Diffstat (limited to 'docs/content/cookbook/mvc.ngdoc')
-rw-r--r--docs/content/cookbook/mvc.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/cookbook/mvc.ngdoc b/docs/content/cookbook/mvc.ngdoc
index 94688547..470794b8 100644
--- a/docs/content/cookbook/mvc.ngdoc
+++ b/docs/content/cookbook/mvc.ngdoc
@@ -122,4 +122,4 @@ no connection between the controller and the view.
* The view can call any controller function.
* In this example, the `setUrl()` and `readUrl()` functions copy the game state to/from the URL's
hash so the browser's back button will undo game steps. See deep-linking. This example calls
- {@link angular.Scope.$watch $watch()} to set up a listener that invokes `readUrl()` when needed.
+ {@link angular.scope.$watch $watch()} to set up a listener that invokes `readUrl()` when needed.