weather works

This commit is contained in:
Senad Uka
2016-04-10 10:47:11 +02:00
parent f886530f5f
commit 79df9d05b4
6 changed files with 183 additions and 17 deletions

9
app/client/weather.html Normal file
View File

@@ -0,0 +1,9 @@
<template name="weather">
<div>&nbsp;</div>
<div class="col-md-12">
<div class="text-center">
{{>simpleWeather}}
</div>
</div>
</template>