We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 767c7f3 + e659a5c commit 8b6baaeCopy full SHA for 8b6baae
docs/extending.md
@@ -96,7 +96,7 @@ So whats in a template? You usually need a couple of things:
96
Basic template example:
97
```html
98
<div> <!-- Surrounding DIV for sfField builder to add a sfField directive to. -->
99
- <label>{{form.title}}</div>
+ <label>{{form.title}}</label>
100
<input sf-field-model schema-validate="form" type="text">
101
<div sf-message="form.description"></div>
102
</div>
0 commit comments