Skip to content

Commit

Permalink
Merge pull request #66 from marcus7777/patch-2
Browse files Browse the repository at this point in the history
de-spanning
  • Loading branch information
ebidel committed Jan 20, 2016
2 parents cc1c004 + 063d182 commit a0f4b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase-collection.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
data="{{dinosaurs}}"></firebase-collection>
<template is="dom-repeat" items="[[dinosaurs]]" as="dinosaur">
<h4>[[dinosaur.__firebaseKey__]]</h4>
<span>Height: </span><span>[[dinosaur.height]]</span><span>m</span>
Height: <span>[[dinosaur.height]]</span>m
</template>
</template>
Expand Down

0 comments on commit a0f4b99

Please sign in to comment.