diff options
| author | Niel de la Rouviere | 2013-03-07 11:32:43 +0800 |
|---|---|---|
| committer | Pawel Kozlowski | 2013-03-08 23:30:00 +0100 |
| commit | 7f9a94f8bc06e7d8fc7be3153494dba9883f6bc5 (patch) | |
| tree | 20bb46c9fdbf89dd08207d49cca498c9a7b3ef62 /docs/content/guide/directive.ngdoc | |
| parent | cb560e244145e3039300aacebe8b09192af3e887 (diff) | |
| download | angular.js-7f9a94f8bc06e7d8fc7be3153494dba9883f6bc5.tar.bz2 | |
docs(directive): minor typo fix
Changed "obeject" to "object"
Diffstat (limited to 'docs/content/guide/directive.ngdoc')
| -rw-r--r-- | docs/content/guide/directive.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index ef5f599c..88aa6880 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -355,7 +355,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)`. |
