Make guestbook handle duplicate entries.

Also use kubernetes org on the Docker Hub to host the image.

Fixes #2811
This commit is contained in:
Joe Beda
2014-12-09 11:23:09 -08:00
parent 90f71ea4d9
commit e0f5956e46
3 changed files with 14 additions and 14 deletions

View File

@@ -16,7 +16,7 @@
</fieldset>
</form>
<div>
<div ng-repeat="msg in messages">
<div ng-repeat="msg in messages track by $index">
{{msg}}
</div>
</div>