summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam@sotk.co.uk>2015-09-26 10:37:44 +0100
committerAdam Coldrick <adam@sotk.co.uk>2015-09-28 20:12:38 +0100
commit947afca4799734e5951e6764794c96fb527a7fb8 (patch)
treee37fde59ef1a0107b4ae4e049ec1df718c97a733
parent00c90ddc93b805790dff6872ff05c953c5192187 (diff)
downloadciat-ui-947afca4799734e5951e6764794c96fb527a7fb8.tar.gz
Try to get key from object
-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>