Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Aug 21, 2015
1 parent 90e79f8 commit 7efe8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/at_input.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{{#each values}}
<div class="at-input">
<input id="at-field-{{id}}-choice-{{value}}" type="radio" name="at-field-{{id}}" value={{value}}>
<label>{{text}}</label>
<label for="at-field-{{id}}-choice-{{value}}">{{text}}</label>
</div>
{{/each}}
</template>
Expand Down

0 comments on commit 7efe8bc

Please sign in to comment.