538f48deb3
Closes #13
6 lines
No EOL
216 B
JavaScript
6 lines
No EOL
216 B
JavaScript
/*
|
|
* radio button helper by FellowMD
|
|
* https://gist.github.com/FellowMD/84f5b113de2db762cb1d
|
|
*/
|
|
import RadioButtonView from '../views/radio-button';
|
|
export default Ember.Handlebars.makeViewHelper(RadioButtonView); |