diff options
Diffstat (limited to 'docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc b/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc index e3a570d4..2c82f949 100644 --- a/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc +++ b/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc @@ -84,7 +84,7 @@ instances).  # Associating Controllers with Angular Scope Objects  You can associate controllers with scope objects implicitly via the {@link api/ng.directive:ngController ngController -directive} or {@link api/ng.$route $route service}. +directive} or {@link api/ngRoute.$route $route service}.  ## Controller Constructor and Methods Example | 
