Is it possible for the users to modify the objects without changing the model of model under concern?
Answer Posted / Hira Sinha
Yes, Ember allows users to manipulate objects locally within a component or controller. However, if the changes need to be persisted to the server or affect other parts of the application, the model must be updated accordingly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers