docs(directive.ngdoc): typo fix

This commit is contained in:
Tony Bergeron
2014-03-05 11:06:32 -06:00
committed by Tobias Bosch
parent 66fdc03642
commit de2ecb8a96

View File

@@ -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'`: