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.