Skip to content
Snippets Groups Projects

WIP: Resolve "answer statistics (logic)"

Closed Hagen Dreßler requested to merge 113-answer-statistics-logic into master
Viewing commit 81d320c4
Show latest version
2 files
+ 10
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -12,7 +12,7 @@
{{ statistic.name }}
<mat-progress-bar [value]="statistic.percent">
</mat-progress-bar>
<div align="right"> Votes: {{ statistic.votes }} </div>
<div align="right"> Responded answers: {{ statistic.answers }} </div>
</div>
</div>
<div *ngIf="selected == 2">
@@ -24,4 +24,3 @@
</mat-tab-group>
</mat-card>
</div>