mardi 23 février 2016

How to create price switching label?

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