fixing the websocket http led client example
This commit is contained in:
parent
1cf70b19a9
commit
f31e1a6330
@ -1,11 +1,14 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body ng-app="stripApp" ng-controller="stripCtrl">
|
||||
{{data}}
|
||||
<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}}
|
||||
</div>
|
||||
</div>
|
||||
@ -82,4 +85,5 @@
|
||||
}]);
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user