what is ember.arraycontroller and what is the advantage of it ?
Answer Posted / Rahul Singh Rathor
"Ember.ArrayController is a controller in Ember.js that manages an array-like enumerable object (such as an Array or Ember Data models). The advantage of using Ember.ArrayController includes: 1) Built-in methods for performing common operations on arrays like sorting, filtering, and observing changes. 2) Automatic data-binding between the controller's content and its associated views, making it easier to manage complex UI logic."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers