Explain what is Ember.ArrayController and what is the advantage of it ?
Ember.ArrayController is a controller that wraps an underlying array and adds additional functionality for the view layer . The advantage is that you have to set up your view binding only once.