Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Checkboxes decorator had misspelled schema-validate directive. Fixed …
…typo.
  • Loading branch information
jbsaff committed Apr 27, 2015
commit 38f1553442b12162d2a0f0f02ba421e19076de7b
2 changes: 1 addition & 1 deletion src/directives/decorators/bootstrap/checkboxes.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sf-changed="form"
class="{{form.fieldHtmlClass}}"
ng-model="titleMapValues[$index]"
schema-vaidate="form"
schema-validate="form"
name="{{form.key.slice(-1)[0]}}">
<span ng-bind-html="form.titleMap[$index].name"></span>
</label>
Expand Down