ROBO UI changes
[ealt-edge.git] / example-apps / ROBO / RoboUI / src / app / data-fetch / data-fetch.component.ts
index 5841a0c..58260f7 100644 (file)
@@ -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;
   }