Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Eyad Hasan
weather
Commits
5bfefb74
Commit
5bfefb74
authored
Jul 15, 2016
by
Zach Knox
Browse files
fixed ESD6 syntax errors and file path errors\nbut it still crashes...
parent
c3dede8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
weather/imports/ui/dataview.js
View file @
5bfefb74
...
@@ -2,9 +2,9 @@ import { Template } from 'meteor/templating';
...
@@ -2,9 +2,9 @@ import { Template } from 'meteor/templating';
import
{
WeatherData
}
from
'
../api/data.js
'
;
import
{
WeatherData
}
from
'
../api/data.js
'
;
import
'
../weather.html
'
;
import
'
../
../client/
weather.html
'
;
Template
.
body
.
helpers
({
export
default
Template
.
body
.
helpers
({
current
()
{
current
()
{
return
WeatherData
.
find
({});
return
WeatherData
.
find
({});
},
},
...
...
weather/server/main.js
View file @
5bfefb74
import
{
WeatherData
}
from
'
../imports/api/
weather-
data.js
'
;
import
{
WeatherData
}
from
'
../imports/api/data.js
'
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment