Skip to content

Commit

Permalink
Small improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Bandi committed Jul 7, 2014
1 parent 0c7a525 commit 11ab1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06-FullStack/cors/angular-playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ul class="grid">
<li ng-repeat="r in ratings">
{{r.id}} - {{r.score}}
{{r.id}} - {{r.participantName}}: {{r.score}}
</li>
</ul>

Expand Down

0 comments on commit 11ab1d0

Please sign in to comment.