diff options
| author | Zhong Liang Ong | 2014-01-07 16:34:06 +0800 |
|---|---|---|
| committer | Tobias Bosch | 2014-01-07 16:51:47 -0800 |
| commit | e115342fce6094db3d07e0bdd0b19e29cc0dd9c3 (patch) | |
| tree | 0c995c28656a6cce89e4b529534e05508c0e0fe9 | |
| parent | e89150ca0f462c8673e03bc29bce0d2dd51c6e03 (diff) | |
| download | angular.js-e115342fce6094db3d07e0bdd0b19e29cc0dd9c3.tar.bz2 | |
docs(directives): Fixed typo from HMTL to HTML in line 283
HTML was mis-spelt as HMTL
| -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 035993d7..32877dd0 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -280,7 +280,7 @@ using `templateUrl` instead: </example> Great! But what if we wanted to have our directive match the tag name `<my-customer>` instead? -If we simply put a `<my-customer>` element into the HMTL, it doesn't work. +If we simply put a `<my-customer>` element into the HTML, it doesn't work. <div class="alert alert-waring"> **Note:** When you create a directive, it is restricted to attribute only by default. In order to |
