mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-30 13:00:29 +00:00
docs(directive): fix typo
This commit is contained in:
parent
d219442945
commit
1b234cb7af
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue