Skip to content

Instantly share code, notes, and snippets.

@igorT
Last active August 29, 2015 14:07
Show Gist options
  • Save igorT/378e04a3488c2f7a6f3b to your computer and use it in GitHub Desktop.
Save igorT/378e04a3488c2f7a6f3b to your computer and use it in GitHub Desktop.
{{radio-button-group itmes=someItems name='name' value=selected}}
<p> selected radio button is: {{selected}}</p>
RadioButtonGroupComponent = Ember.Component.extend
something: Ember.computed.alias('value')
`export default RadioButtonGroupComonent`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment