diff --git a/docs/content/guide/controller.ngdoc b/docs/content/guide/controller.ngdoc index 2b641d84917a..477383736e07 100644 --- a/docs/content/guide/controller.ngdoc +++ b/docs/content/guide/controller.ngdoc @@ -5,7 +5,7 @@ # Understanding Controllers -In Angular, a Controller is a JavaScript **constructor function** that is used to augment the +In Angular, a Controller is defined using a JavaScript **constructor function** that is used to augment the {@link scope Angular Scope}. When a Controller is attached to the DOM via the {@link ng.directive:ngController ng-controller}