Details
Description
The contacts property in the ContactModel contains plain Javascript Objects and not Contact objects. This makes it impossible to edit and then save a contact again.
This can easily be verified with 'typeof contactsModel.contacts[0]'
Another example: model.saveContact(contactsModel.contacts[0]). This code will break the model.