diff --git a/clients/controller-html/htmlstrip.html b/clients/controller-html/htmlstrip.html index cb3484f..aed0bad 100644 --- a/clients/controller-html/htmlstrip.html +++ b/clients/controller-html/htmlstrip.html @@ -1,85 +1,89 @@ - - - - - {{data}} -
-
- {{value}} -
+ + + + + + + {{data}} +
+
+ {{value}}
- - - + + - - + }); + + socket.onmessage(function (event) { + $scope.$apply(function () { + console.log(event.data) + json = JSON.parse(event.data) + $scope.data = json + }); + }); + }]); + + + + \ No newline at end of file