Reputation: 19163
I want to create a combobox (select) in emberjs. I want to add few records to that combobox and then do event handling for it. I am new to EmberJs and finding it difficult to add a combobox with event handling. I used this fiddle http://jsbin.com/ofONeQ/14/edit but getting error saying
DEPRECATION: Do not specify `content` on a Controller, use `model` instead.
Upvotes: 0
Views: 101
Reputation: 19163
Use this fiddle. it contains the implementation : http://jsbin.com/dokamuliqicu/1/
Upvotes: 0