Skip to content
Snippets Groups Projects
Commit 72bca32d authored by jojohoch's avatar jojohoch
Browse files

Use property showRestRuns for audios and videos

* Show current and maximal runs in control bar
parent 7abdb348
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
<mat-icon>pause</mat-icon>
</button>
</ng-container>
<ng-container *ngIf="elementModel.maxRuns">
<ng-container *ngIf="elementModel.maxRuns && elementModel.showRestRuns">
<div class="runs mat-typography">
{{ runCounter + 1 }} / {{ elementModel.maxRuns }}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment