Skip to content

Commit

Permalink
fix overview stats progress bar danger class
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Menezes committed Mar 21, 2017
1 parent d3c9df3 commit 0eaf464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/shared/progress.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div
class="progress-bar-info"
style="width: {{(value / max) * 100}}%"
ng-class="{progress-bar-danger: ((value / max) > 0.75)}">
ng-class="{'progress-bar-danger': ((value / max) > 0.75)}">
{{value}}%
</div>
</div>
Expand Down

0 comments on commit 0eaf464

Please sign in to comment.