mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 15:24:43 +00:00
docs(directives): Fixed typo from HMTL to HTML in line 283
HTML was mis-spelt as HMTL
This commit is contained in:
parent
e89150ca0f
commit
e115342fce
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ using `templateUrl` instead:
|
||||||
</example>
|
</example>
|
||||||
|
|
||||||
Great! But what if we wanted to have our directive match the tag name `<my-customer>` instead?
|
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">
|
<div class="alert alert-waring">
|
||||||
**Note:** When you create a directive, it is restricted to attribute only by default. In order to
|
**Note:** When you create a directive, it is restricted to attribute only by default. In order to
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue