How i can use ArrayController in Ember.js 1.0pre?
From documentation:
MyApp.listController = Ember.ArrayController.create();
raises this:
TypeError: a[c].create is not a function
If i replace create with extend, it rises:
TypeError: b.addArrayObserver is not a function
Thanks!
Please make sure, that you’ve added jquery 1.7.x as well. Ember depends on it.