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

View File

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