diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index 615da692d5f5..79816c8c12e8 100644 --- a/docs/content/guide/concepts.ngdoc +++ b/docs/content/guide/concepts.ngdoc @@ -155,7 +155,7 @@ More accurately, the file specifies a constructor function that will be used to controller instance. The purpose of controllers is to expose variables and functionality to expressions and directives. -Besides the new file that contains the controller code we also added an +Besides the new file that contains the controller code, we also added an {@link ng.directive:ngController `ng-controller`} directive to the HTML. This directive tells Angular that the new `InvoiceController` is responsible for the element with the directive and all of the element's children.