Fixing small errors in MoreInputs-Funktion
This commit is contained in:
parent
b7c4eccf52
commit
f093df96e7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export default Ember.ObjectController.extend(Ember.Validations.Mixin, {
|
||||||
this.set('datetimesInputFields', this.get('datetimesInputFields') + 1);
|
this.set('datetimesInputFields', this.get('datetimesInputFields') + 1);
|
||||||
|
|
||||||
this.get('datetimes').forEach(function(datetime){
|
this.get('datetimes').forEach(function(datetime){
|
||||||
datetime.times.pushObject({
|
datetime.contents.times.pushObject({
|
||||||
value: ''
|
value: ''
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue