Skip to content

Commit 8b6baae

Browse files
authored
Merge pull request #745 from chargrove/patch-1
Update extending.md
2 parents 767c7f3 + e659a5c commit 8b6baae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extending.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ So whats in a template? You usually need a couple of things:
9696
Basic template example:
9797
```html
9898
<div> <!-- Surrounding DIV for sfField builder to add a sfField directive to. -->
99-
<label>{{form.title}}</div>
99+
<label>{{form.title}}</label>
100100
<input sf-field-model schema-validate="form" type="text">
101101
<div sf-message="form.description"></div>
102102
</div>

0 commit comments

Comments
 (0)