mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(directive): minor typo fix
Changed "obeject" to "object"
This commit is contained in:
parent
f20646bce5
commit
69ef17cce9
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ compiler}. The attributes are:
|
|||
|
||||
* `$scope` - Current scope associated with the element
|
||||
* `$element` - Current element
|
||||
* `$attrs` - Current attributes obeject for the element
|
||||
* `$attrs` - Current attributes object for the element
|
||||
* `$transclude` - A transclude linking function pre-bound to the correct transclusion scope:
|
||||
`function(cloneLinkingFn)`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue