Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
initcron authored May 19, 2023
1 parent 3ac3721 commit dbc3f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions result/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
</div>
<div id="result">
<span ng-if="total == 0">No votes yet</span>
<span ng-if="total == 1">{{total}} vote</span>
<span ng-if="total >= 2">{{total}} votes</span>
<span ng-if="total == 1">{{total}} vote v11</span>
<span ng-if="total >= 2">{{total}} votes v11</span>
</div>
<script src="socket.io.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js"></script>
Expand Down

0 comments on commit dbc3f51

Please sign in to comment.