docs(): Fix a couple of typos in the documentation

This commit is contained in:
Kris Jenkins
2012-10-26 15:00:02 +01:00
committed by Pawel Kozlowski
parent f28f283fcf
commit b21f4a376d
3 changed files with 4 additions and 4 deletions

View File

@@ -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