Reputation: 5212
I'm working off of sample code from http://emberjs.com/api/classes/Ember.Select.html and it doesn't appear to be working? I get this error:
Assertion failed: The value that #each loops over must be an Array. You passed names ember.js:394
Uncaught TypeError: Object names has no method 'addArrayObserver'
Here's my jsbin: http://jsbin.com/kogav/1/
Thanks for any help
Upvotes: 0
Views: 45