issue #416 fixed

parent bd0ad3fd
......@@ -216,7 +216,7 @@
<div ng-show="!flags.showTries[$index]">
{{ 'show' | translate }} <span class="glyphicon glyphicon-collapse-down" aria-hidden="true"></span>
</div>
<div ng-show="flags.showTries">
<div ng-show="flags.showTries[$index]">
{{ 'hide' | translate }} <span class="glyphicon glyphicon-collapse-up" aria-hidden="true"></span>
</div>
</button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment