ember-fastboot / ember-fastboot/ember-cli-fastboot

#each not getting rendered in nodeJs

Open
#542 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
850
Forks
161
Avg merge
17h 45m
Merged PRs (30d)
19

Description

I was trying out ember fast-boot on the super-rentals web app, and now all the texts are compiled in server and fed back to the browser except the list you can see in the image below.
![image](https://user-images.githubusercontent.com/20061595/31865778-e207e350-b791-11e7-8e59-ca78ec7416bd.png)
Only when I hard code the list in html, it works but when I'm using #each helpers, it doesn't render them in the server for some reason.

Below you can see a screenshot when its clearly visible that the <**ul class="results"**> element wasn't fetched from the server.

![image](https://user-images.githubusercontent.com/20061595/31865781-f1bdad84-b791-11e7-97f1-d5a1610968ee.png)

Am I missing something?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.