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
Jay J Kim
weather
Commits
093f1e30
Commit
093f1e30
authored
Jul 15, 2016
by
Zach Knox
Browse files
It doesn't crash now, but I don't think that I made much progress despite that
parent
e3acb276
Changes
2
Hide whitespace changes
Inline
Side-by-side
weather/imports/ui/dataview.js
View file @
093f1e30
...
...
@@ -4,8 +4,8 @@ import { WeatherData } from '../api/data.js';
import
'
../../client/weather.html
'
;
export
default
Template
.
body
.
helpers
({
current
()
{
Template
.
body
.
helpers
({
export
function
current
()
{
return
WeatherData
.
find
({});
},
});
weather/weather.js
View file @
093f1e30
import
'
../
imports/ui/dataview.js
'
;
//seems to be the problem?
//
import 'imports/ui/dataview.js'; //seems to be the problem?
if
(
Meteor
.
isClient
)
{
for
(
var
key
in
LOCATIONS
)
{
...
...
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