aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc
diff options
context:
space:
mode:
authorMisko Hevery2012-02-28 12:14:47 -0800
committerMisko Hevery2012-06-02 16:02:07 -0700
commitdd38ce6585b0e7ffa755f4c65d78ed90204729d1 (patch)
treeb860430210467dadd768937818b6dc29d4ed06ba /docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc
parent2e90cdc3d4dff966faed97d3a566e9d9c00c9794 (diff)
downloadangular.js-dd38ce6585b0e7ffa755f4c65d78ed90204729d1.tar.bz2
docs(scope): rewrite
Diffstat (limited to 'docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc')
-rw-r--r--docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc2
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 edaddf66..cfe223c6 100644
--- a/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc
+++ b/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc
@@ -3,7 +3,7 @@
@description
In angular, a controller is a JavaScript function(type/class) that is used to augment instances of
-angular {@link dev_guide.scopes Scope}, excluding the root scope. When you or angular create a new
+angular {@link scope Scope}, excluding the root scope. When you or angular create a new
child scope object via the {@link api/angular.module.ng.$rootScope.Scope#$new scope.$new} API , there is an
option to pass in a controller as a method argument. This will tell angular to associate the
controller with the new scope and to augment its behavior.