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.

Related questions

0 votes
asked Mar 13, 2020 in JavaScript by Tate
0 votes
0 votes
asked Mar 12, 2020 in JavaScript by GeorgeBell
...