I am trying to get Ember.Select to work and am almost there. I have put up an example: http://exmer.com/selecttest/pages
To see my problem click on some Recent Pages and click edit. The select is not fetching the model via contentBinding="controllers.modelnames"
. If you click to modelnames route and edit some Recent Pages again it works correct because now we fetched the modelnames. I can perhaps fetch the modelnames from the page controller myself but this seems to me more like a hack.
The source is on https://github.com/broerse/ember-select-test (it runs without CouchDB)
So my question is: What is the correct way to use Ember.Select with Ember-CLI