Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Items do not uncloak #37

Open
trobrock opened this issue Mar 6, 2015 · 2 comments
Open

Items do not uncloak #37

trobrock opened this issue Mar 6, 2015 · 2 comments

Comments

@trobrock
Copy link

trobrock commented Mar 6, 2015

I am trying to use cloaking in my ember app, but I am having trouble getting it working. The initial load and first page shows up, but then when I scroll down I see the loading indicator, but then no elements ever get uncloaked. Am I missing something here?

@runspired
Copy link

It's likely your configuration. Can you post the helper as you've defined it in your template? Most the issues I've experienced with uncloaking are related to not setting the height properly for the collection.

@trobrock
Copy link
Author

trobrock commented Mar 6, 2015

cloaked-collection itemViewClass="product" itemController="product" content=productList defaultHeight=21 idProperty="id"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants