zestia / ember-select-box

:capital_abcd: A faux select box for Ember apps
MIT License
64 stars 14 forks source link

Switch to camelcase arguments #22

Closed amk221 closed 5 years ago

amk221 commented 5 years ago

For example:

<SelectBox @on-select={{action "doSomething"}} />

Becomes

<SelectBox @onSelect={{action "doSomething"}} />