Changed data source for testing

This commit is contained in:
2017-04-05 14:30:21 +02:00
parent 6a3c7e7f28
commit 84852ec064
4 changed files with 6 additions and 6 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -170,8 +170,8 @@ var DetailComponent = (function () {
.get(id)
.subscribe(function (res) {
_this.label = res.labels;
_this.data = res.HOV;
_this.data2 = res.TOE1;
_this.data = res.TOE1;
//this.data2 = res.TOE1;
_this.loaded = true;
console.log("Data loaded from API");
});
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -33,8 +33,8 @@ export class DetailComponent implements OnInit {
.subscribe(res => {
this.label = res.labels;
this.data = res.HOV;
this.data2 = res.TOE1;
this.data = res.TOE1;
//this.data2 = res.TOE1;
this.loaded = true;
console.log("Data loaded from API");