decide.nolog.cz/app/helpers/radio-button.js
2014-08-02 16:58:26 +02:00

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);