I want to create price switching labels in Ember like this:
{{#each labels_computed as |label|}} <input type="radio" id="{{name}}-{{label}}" name="{{name}}"> <label for="{{name}}-{{label}}">{{ label }}</label> {{/each}}
Aucun commentaire:
Enregistrer un commentaire