0

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.
SharpCoder
  • 18,279
  • 43
  • 153
  • 249

1 Answers1

0

Use this fiddle. it contains the implementation : http://jsbin.com/dokamuliqicu/1/

SharpCoder
  • 18,279
  • 43
  • 153
  • 249