ember-cloaking icon indicating copy to clipboard operation
ember-cloaking copied to clipboard

Items do not uncloak

Open trobrock opened this issue 11 years ago • 2 comments

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?

trobrock avatar Mar 06 '15 18:03 trobrock

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.

runspired avatar Mar 06 '15 18:03 runspired

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

trobrock avatar Mar 06 '15 21:03 trobrock