diff options
Diffstat (limited to 'docs/content/guide/directive.ngdoc')
| -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 |
