X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=example-apps%2FROBO%2FRoboUI%2Fsrc%2Fapp%2Fdata-fetch%2Fdata-fetch.component.ts;fp=example-apps%2FROBO%2FRoboUI%2Fsrc%2Fapp%2Fdata-fetch%2Fdata-fetch.component.ts;h=58260f77c7c7376fa4e2ebbb5dd12f331dffc255;hb=5f7e757b5f667f7d9e4f3fbccaabae91ffd0feec;hp=5841a0c05db6c62996cf11e6995ceca6914057eb;hpb=b7a2463907edc63f681b2cfc5beb300960791f4c;p=ealt-edge.git diff --git a/example-apps/ROBO/RoboUI/src/app/data-fetch/data-fetch.component.ts b/example-apps/ROBO/RoboUI/src/app/data-fetch/data-fetch.component.ts index 5841a0c..58260f7 100644 --- a/example-apps/ROBO/RoboUI/src/app/data-fetch/data-fetch.component.ts +++ b/example-apps/ROBO/RoboUI/src/app/data-fetch/data-fetch.component.ts @@ -160,6 +160,7 @@ export class DataFetchComponent implements OnInit { } onCameraIDSelection() { + console.log("Spotted...") var index: number console.log("Inside onCameraIDSelection.......") debugger; @@ -172,7 +173,7 @@ export class DataFetchComponent implements OnInit { console.log(data) }, error => console.log(error)); - + index = null; }