Skip to content

Commit 9915fcd

Browse files
committed
Merge pull request #745 from chargrove/patch-1
1 parent ee94962 commit 9915fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extending.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ So whats in a template? You usually need a couple of things:
129129
Basic template example:
130130
```html
131131
<div> <!-- Surrounding DIV for sfField builder to add a sfField directive to. -->
132-
<label>{{form.title}}</div>
132+
<label>{{form.title}}</label>
133133
<input sf-field-model schema-validate="form" type="text">
134134
<div sf-message="form.description"></div>
135135
</div>

0 commit comments

Comments
 (0)