Requiring users to click a submit or save button in a web application is great for developers but can be a burden on users in some situations. Sometimes it is nice to automatically save the user’s data as they fill out forms.
Automatically saving models in Ember can be a little tricky. A first pass might look like this:
Your new post is loading...