Changed data source for testing
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -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");
|
||||
});
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user