diff options
| author | Igor Minar | 2011-06-06 22:02:30 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-06-06 23:10:30 -0700 |
| commit | c35b0a7907de1535269876668c345ce944681804 (patch) | |
| tree | a3ba548369ca65db790809197196ae946cc93a18 /docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc | |
| parent | 805bb5bb6e5842a5760976a446074d553609f5b6 (diff) | |
| download | angular.js-c35b0a7907de1535269876668c345ce944681804.tar.bz2 | |
yet another docs batch
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 18e74edc..e348e70b 100644 --- a/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc +++ b/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc @@ -101,7 +101,7 @@ instances). You can associate controllers with scope objects explicitly via the {@link api/angular.scope.$new -scope.$new} api or implicitly via the {@link api/angular.directive.@ng:controller ng:controller +scope.$new} api or implicitly via the {@link api/angular.directive.ng:controller ng:controller directive} or {@link api/angular.service.$route $route service}. |
