summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 86fc67e..69b6044 100644
--- a/index.html
+++ b/index.html
@@ -10,9 +10,9 @@
<h1><em>Baserock</em> <span>|</span> CIAT</h1>
<div class="visualisation" ng-controller="VisualisationController">
- <div class="box pass"
- ng-repeat="(name, data) in builders.data">
- {{name}}
+ <div class="box"
+ ng-repeat="step in steps">
+ {{step.name}}
</div>
</div>
</body>