0 votes
in JavaScript by

Explain what is Ember.ArrayController and what is the advantage of it ?

1 Answer

0 votes
by

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.

...