diff --git a/app/controllers/create/options-datetime.js b/app/controllers/create/options-datetime.js index 20fcea0..48f4f0e 100644 --- a/app/controllers/create/options-datetime.js +++ b/app/controllers/create/options-datetime.js @@ -7,7 +7,7 @@ export default Ember.ObjectController.extend(Ember.Validations.Mixin, { this.set('datetimesInputFields', this.get('datetimesInputFields') + 1); this.get('datetimes').forEach(function(datetime){ - datetime.times.pushObject({ + datetime.contents.times.pushObject({ value: '' }); });