What do you know about model in ember.js?
Answer Posted / Ravi Prakash Singh
In ember.js, a model represents the data of an application. It serves as the interface between the controller and the server data.
Post New Answer View All Answers
What are observers in ember.js?
2