The idea is to add some animation when the data was changed and then when is saved.
How can I know when the data has changed and when the data has been saved on the database (no mini mongo)?
The idea is to add some animation when the data was changed and then when is saved.
How can I know when the data has changed and when the data has been saved on the database (no mini mongo)?
If you call a Meteor method to save you can just wait for the callback to return?