colorized answers also on user selection
This commit is contained in:
parent
7b175aae74
commit
a12c9bb0d6
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
{{#each answer in answers}}
|
||||
<div class="radio">
|
||||
<label>
|
||||
{{radio-button checked=newUserSelection.value value=answer.label}} {{answer.label}}
|
||||
{{radio-button checked=newUserSelection.value value=answer.label}} <span {{bind-attr class="answer.label"}}>{{answer.label}}</span>
|
||||
</label>
|
||||
</div>
|
||||
{{/each}}
|
||||
|
|
Loading…
Reference in a new issue