Skip to content
Snippets Groups Projects
Commit 714aa292 authored by Ahmet Hamdi Janusch Cetin's avatar Ahmet Hamdi Janusch Cetin
Browse files

Resolves the threads

Removes empty lines and spaces.
parent 31d233c2
No related merge requests found
......@@ -101,8 +101,7 @@ export class CloudConfigurationComponent implements OnInit {
this.parent.dataManager.getMetaData().subscribe((value)=>{
this.countPerWeight = value.countPerWeight;
this.parseArrayToJsonWeightClasses();
})
});
this.extendedView = false;
this.cleanUpView = false;
this.automaticSpelling = true;
......@@ -128,8 +127,7 @@ export class CloudConfigurationComponent implements OnInit {
this.cloudParameters.cloudWeightSettings.forEach((element, i) => {
this.weightClasses[i].tagColor = element.color;
this.weightClasses[i].actualTagNumber = this.countPerWeight[i];
this.weightClasses[i].rotationAngle = element.rotation;
this.weightClasses[i].rotationAngle = element.rotation;
});
}
......@@ -141,7 +139,6 @@ export class CloudConfigurationComponent implements OnInit {
});
}
valueChanged() {
this.parseJsonToArrayWeightClasses();
this.parent.setCloudParameters(this.cloudParameters, false);
......@@ -179,5 +176,4 @@ export class CloudConfigurationComponent implements OnInit {
this.valueChanged();
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment