How to show content for Ember.Select after v1.11.1

Hi There,

I found that I could not show options when I am using content in Ember.Select.

Here is the jsbin script I come up with:

http://jsbin.com/pelikuvavi/1/edit?html,css,js,output

Any help would be appreciated

Thanks

Leo Liang

You’re using the wrong controller. Todos.TodosController not Todos.ApplicationController.

Ahh, yes, How can I miss this… Orz

It is working now.

Thank you very much for your reply