ember-cloaking
ember-cloaking copied to clipboard
Items do not uncloak
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?
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.
cloaked-collection itemViewClass="product" itemController="product" content=productList defaultHeight=21 idProperty="id"