We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0526a5 commit 063d182Copy full SHA for 063d182
firebase-collection.html
@@ -32,7 +32,7 @@
32
data="{{dinosaurs}}"></firebase-collection>
33
<template is="dom-repeat" items="[[dinosaurs]]" as="dinosaur">
34
<h4>[[dinosaur.__firebaseKey__]]</h4>
35
- <span>Height: </span><span>[[dinosaur.height]]</span><span>m</span>
+ Height: <span>[[dinosaur.height]]</span>m
36
</template>
37
38
0 commit comments