diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |