switched to meteor.js for cloud solution
This commit is contained in:
7
app/client/display.html
Normal file
7
app/client/display.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<template name="display">
|
||||
<ul>
|
||||
{{#each temperatures}}
|
||||
{{> temperature}}
|
||||
{{/each}}
|
||||
</ul>
|
||||
</template>
|
||||
Reference in New Issue
Block a user