mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(directive): fix typo
This commit is contained in:
parent
db8d8f9a43
commit
0bfa29377d
1 changed files with 1 additions and 1 deletions
|
|
@ -532,7 +532,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