colorized answers also on user selection

This commit is contained in:
jelhan 2014-08-02 17:17:15 +02:00
parent 7b175aae74
commit a12c9bb0d6

View file

@ -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}}