change schedule flag to save flag

This commit is contained in:
Mads Rasmussen
2018-10-03 14:57:45 +02:00
parent 739effba46
commit fbff56d911
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@
//when this dialog is closed, reset all 'save' flags
$scope.$on('$destroy', function () {
for (var i = 0; i < vm.variants.length; i++) {
vm.variants[i].schedule = false;
vm.variants[i].save = false;
}
});

View File

@@ -13,7 +13,7 @@
id="{{variant.language.culture}}"
name="saveVariantSelector"
type="checkbox"
ng-model="variant.schedule"
ng-model="variant.save"
ng-change="vm.changeSelection(variant)"
style="margin-right: 8px;" />
<div>