dgeb/ember_data_example

Contact ids are undefined immediately after creation

Closed this issue · 0 comments

dgeb commented

After creating a contact, the user is transitioned to the newly created contact's page. Because the contact does not yet have an id, the route is /#/contacts/undefined. This leads to deserialization problems for the route when using the browser's back button.