docs(guide/Conceptual Overview): change "a" to "an" before "ng-controller"

Closes #9895
This commit is contained in:
rsperberg
2014-11-03 18:00:55 -05:00
committed by Pawel Kozlowski
parent ee1fc1dc13
commit 9cc6835819

View File

@@ -154,7 +154,7 @@ First, there is a new JavaScript file that contains a so-called <a name="control
More exactly, the file contains a constructor function that creates the actual 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 a
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.