diff options
| author | Kris Jenkins | 2012-10-26 15:00:02 +0100 |
|---|---|---|
| committer | Pawel Kozlowski | 2012-11-22 08:28:49 +0100 |
| commit | 557e3894d79c2542d223168b00d11edc52d4a880 (patch) | |
| tree | 93fca97d0e7c328bd1da24c1ef9d4144673e55d6 /docs | |
| parent | 38a9695413b4334c7c4eee3e9bb5dbb30923b832 (diff) | |
| download | angular.js-557e3894d79c2542d223168b00d11edc52d4a880.tar.bz2 | |
docs(): Fix a couple of typos in the documentation
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/guide/directive.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index 44c73149..f2a54ace 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -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 |
