docs(directive): minor typo fix

Changed "obeject" to "object"
This commit is contained in:
Niel de la Rouviere 2013-03-07 11:32:43 +08:00 committed by Pawel Kozlowski
parent f20646bce5
commit 69ef17cce9

View file

@ -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)`.