summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.html b/index.html
index 424dbd2..1c69906 100644
--- a/index.html
+++ b/index.html
@@ -15,6 +15,11 @@
ng-repeat="step in steps">
{{step.name}}
</div>
+ <div class="details"
+ ng-show="selected">
+ <h3>{{step.name}}</h3>
+ <em>State:</em> {{step.data.state}}
+ </div>
</div>
</body>
</html>