Skip to content

Commit a459a69

Browse files
committed
Merge pull request #370 from jbsaff/development
Checkboxes decorator had misspelled schema-validate directive. Fixed typo.
2 parents 8040b9b + dac6d83 commit a459a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives/decorators/bootstrap/checkboxes.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
sf-changed="form"
1010
class="{{form.fieldHtmlClass}}"
1111
ng-model="titleMapValues[$index]"
12-
schema-vaidate="form"
12+
schema-validate="form"
1313
name="{{form.key.slice(-1)[0]}}">
1414
<span ng-bind-html="form.titleMap[$index].name"></span>
1515
</label>

0 commit comments

Comments
 (0)