diff options
| author | Joe Grund | 2013-10-25 09:58:43 -0400 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-26 19:47:43 +0100 | 
| commit | a4d3146ee9ef61e8b8ca73c8aab7a07a4c76a663 (patch) | |
| tree | 1e9c28961fedf932c0a2c007319e572633d6e21c /docs/content/guide/directive.ngdoc | |
| parent | d1a285e5d3ee8bbcc5876944ea05367825438905 (diff) | |
| download | angular.js-a4d3146ee9ef61e8b8ca73c8aab7a07a4c76a663.tar.bz2 | |
docs(guide/directive): correct reference to myDir rather than ngBind
Closes #4647
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 cd3eaf7f..03da25d1 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -100,7 +100,7 @@ The other forms shown above are accepted for legacy reasons but we advise you to  `$compile` can match directives based on element names, attributes, class names, as well as comments.  All of the Angular-provided directives match attribute name, tag name, comments, or class name. -The following demonstrates the various ways a directive (`ngBind` in this case) can be referenced from within a template: +The following demonstrates the various ways a directive (`myDir` in this case) can be referenced from within a template:  ```html  <my-dir></my-dir> | 
