mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
docs(guide/Conceptual Overview): change "a" to "an" before "ng-controller"
Closes #9895
This commit is contained in:
committed by
Pawel Kozlowski
parent
ee1fc1dc13
commit
9cc6835819
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user