mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-22 10:49:24 +08:00
docs(): Fix a couple of typos in the documentation
This commit is contained in:
committed by
Pawel Kozlowski
parent
f28f283fcf
commit
b21f4a376d
@@ -351,7 +351,7 @@ compiler}. The attributes are:
|
||||
* `controller` - Controller constructor function. The controller is instantiated before the
|
||||
pre-linking phase and it is shared with other directives if they request it by name (see
|
||||
`require` attribute). This allows the directives to communicate with each other and augment
|
||||
each other behavior. The controller is injectable with the following locals:
|
||||
each other's behavior. The controller is injectable with the following locals:
|
||||
|
||||
* `$scope` - Current scope associated with the element
|
||||
* `$element` - Current element
|
||||
|
||||
Reference in New Issue
Block a user