diff options
| author | sarkasm | 2013-06-17 14:12:58 -0300 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-06-19 11:51:18 +0100 |
| commit | 1b234cb7af2049c458f5e15d422742d4049d8f9d (patch) | |
| tree | e28921531fd2357069667db0667c2d8b7a7f7815 /docs | |
| parent | d219442945f5fe6588887b770131d427e5c8919d (diff) | |
| download | angular.js-1b234cb7af2049c458f5e15d422742d4049d8f9d.tar.bz2 | |
docs(directive): fix typo
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 52132276..50b4795e 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -497,7 +497,7 @@ The {@link api/ng.$compile.directive.Attributes Attributes} object - passed as a link() or compile() functions - is a way of accessing: * *normalized attribute names:* Since a directive such as 'ngBind' can be expressed in many ways - such as 'ng:bind', or 'x-ng-bind', the attributes object allows for normalized accessed to + such as 'ng:bind', or 'x-ng-bind', the attributes object allows for normalized access to the attributes. * *directive inter-communication:* All directives share the same instance of the attributes |
