Merge pull request #3811 from normanjaeckel/ElectionBar
Fixed assignment election bar for votes mode. Fixed #3598.
This commit is contained in:
commit
c852f72c20
@ -59,6 +59,9 @@
|
|||||||
<div ng-show="poll.pollmethod == 'votes'">
|
<div ng-show="poll.pollmethod == 'votes'">
|
||||||
<div ng-repeat="vote in votes">
|
<div ng-repeat="vote in votes">
|
||||||
{{ vote.value | number:votesPrecision }} {{ vote.percentStr }}
|
{{ vote.value | number:votesPrecision }} {{ vote.percentStr }}
|
||||||
|
<div style="float:right; width:200px;" ng-if="vote.percentNumber >= 0">
|
||||||
|
<uib-progressbar value="vote.percentNumber" type="success"></uib-progressbar>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user