mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 15:24:43 +00:00
docs(directive): minor typo fix
Changed "obeject" to "object"
This commit is contained in:
parent
cb560e2441
commit
7f9a94f8bc
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ compiler}. The attributes are:
|
||||||
|
|
||||||
* `$scope` - Current scope associated with the element
|
* `$scope` - Current scope associated with the element
|
||||||
* `$element` - Current 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:
|
* `$transclude` - A transclude linking function pre-bound to the correct transclusion scope:
|
||||||
`function(cloneLinkingFn)`.
|
`function(cloneLinkingFn)`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue