-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
So far I have managed to perform a query, auto generate getter/setters, expose the value of my object using the notation {{myObj.getName()}}.
This all works well but I would like to be able to edit the values of myObj, and so far I have not figured out an elegant way to do so.
I would imagine, if the attribute of the getter/setter was exposed, I would be able to use the ng-model notation ng-model="myObj.name".
This would of course not perfom any updates on the database side of parse but it would be rather trivial to implement a saveState() method, to persist the current state of myObj.
I feel like I am missing something and hope that you can point me in the right direction.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels