diff options
| author | Tony Bergeron | 2014-03-05 11:06:32 -0600 |
|---|---|---|
| committer | Tobias Bosch | 2014-03-05 16:15:52 -0800 |
| commit | de2ecb8a969aa4c96da59e94c0aa9fa84ab232e0 (patch) | |
| tree | 953817e88e3e87ea80e663e2a5582e9ee6b36910 /docs | |
| parent | 66fdc03642b3af6e200587fab20bbfda389816a7 (diff) | |
| download | angular.js-de2ecb8a969aa4c96da59e94c0aa9fa84ab232e0.tar.bz2 | |
docs(directive.ngdoc): typo fix
Diffstat (limited to 'docs')
| -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 e80bb8bb..cadae1b3 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -295,7 +295,7 @@ The `restrict` option is typically set to: These restictions can all be combined as needed: -* `'AEC'` - matches either attribure or element or class name +* `'AEC'` - matches either attribute or element or class name Let's change our directive to use `restrict: 'E'`: |
