Open katedee opened 8 years ago
When creating the todo model, it's written:
import DS from 'ember-data'; export default DS.Model.extend({ title: DS.attr('string'), isCompleted: DS.attr('boolean') });
should be complete (What we reference in the hbs files), not isCompleted.
complete
isCompleted
When creating the todo model, it's written:
should be
complete
(What we reference in the hbs files), notisCompleted
.