FIX: Polls were broken after Ember upgrade

This commit is contained in:
Robin Ward 2014-12-18 11:42:47 -05:00
parent db89695d4d
commit f21d34df24

View file

@ -1,5 +1,5 @@
<table>
{{#each po poll.options}}
{{#each po in poll.options}}
<tr {{bind-attr class=po.checked:active}} {{action "selectOption" po.option}}>
<td class="radio">
<input type="radio" name="poll" {{bind-attr checked=po.checked disabled=controller.disableRadio}}>