We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee94962 commit 9915fcdCopy full SHA for 9915fcd
docs/extending.md
@@ -129,7 +129,7 @@ So whats in a template? You usually need a couple of things:
129
Basic template example:
130
```html
131
<div> <!-- Surrounding DIV for sfField builder to add a sfField directive to. -->
132
- <label>{{form.title}}</div>
+ <label>{{form.title}}</label>
133
<input sf-field-model schema-validate="form" type="text">
134
<div sf-message="form.description"></div>
135
</div>
0 commit comments