mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(concepts): fix spelling error
This commit is contained in:
parent
1d3e79e24e
commit
8a2bfd7a78
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ function arguments. When angular calls the function, it will use the {@link
|
|||
api/AUTO.$injector#invoke call} which will automatically fill the function
|
||||
arguments.
|
||||
|
||||
Examine the `ClockCtrl` bellow, and notice how it lists the dependencies in the constructor. When the
|
||||
Examine the `ClockCtrl` below, and notice how it lists the dependencies in the constructor. When the
|
||||
{@link api/ng.directive:ngController ng-controller} instantiates
|
||||
the controller it automatically provides the dependencies. There is no need to create
|
||||
dependencies, look for dependencies, or even get a reference to the injector.
|
||||
|
|
|
|||
Loading…
Reference in a new issue