fixing the websocket http led client example
This commit is contained in:
parent
1cf70b19a9
commit
f31e1a6330
@ -1,11 +1,14 @@
|
|||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body ng-app="stripApp" ng-controller="stripCtrl">
|
<body ng-app="stripApp" ng-controller="stripCtrl">
|
||||||
{{data}}
|
{{data}}
|
||||||
<div class="col-12" ng-repeat="led in data" style="border-style: solid;display: table">
|
<div class="col-12" ng-repeat="led in data" style="border-style: solid;display: table">
|
||||||
<div ng-repeat="(key, value) in led" style="width: 60px; height: 60px; background: {{key}}; display: table-cell;">
|
<div ng-repeat="(key, value) in led"
|
||||||
|
style="width: 60px; height: 60px; background: {{key}}; display: table-cell;">
|
||||||
{{value}}
|
{{value}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -82,4 +85,5 @@
|
|||||||
}]);
|
}]);
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user