summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 1cf4d0c..86fc67e 100644
--- a/index.html
+++ b/index.html
@@ -11,8 +11,8 @@
<div class="visualisation" ng-controller="VisualisationController">
<div class="box pass"
- ng-repeat="builder in builders.data">
- {{builder}}
+ ng-repeat="(name, data) in builders.data">
+ {{name}}
</div>
</div>
</body>