docs(directives): fix HTML in an example

Closes #1115
This commit is contained in:
laiso 2015-03-26 19:48:17 +09:00 committed by Pawel Kozlowski
parent c63b3164bd
commit 65320126c2
1 changed files with 2 additions and 2 deletions

View File

@ -322,8 +322,8 @@ Assume the following DOM structure for `my_app.html`:
<fieldset> |
<field primary></field> |
<field></field> |
</div> |
</fieldset> |
</div> |
</form> |
```