diff options
Diffstat (limited to 'docs/content/cookbook/mvc.ngdoc')
| -rw-r--r-- | docs/content/cookbook/mvc.ngdoc | 2 | 
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.  | 
