HTML5 Data Bindings Formatter Support Product Page

Solved

Nested repeat overrides CSS for li

Reported 07 Oct 2013 12:37:28
1
has this problem
07 Oct 2013 12:37:28 Andre Bender posted:
I've got the following code that's working as a nested repeat:
<ul class="ref">
 <div dat-binding-id="repeat2" data-binding-repeat-children="{{$value}}"><li><i class="icon-ok icon-white"></i>&nbsp;{{Product}}</li></div>
             </ul>

The problem is that the nested repeat code "overwrites" the CSS for the list (no more borders and padding is being applied). Does anyone know where the problem might be? Thanks for any help.

Replies

Replied 08 Oct 2013 10:33:22
08 Oct 2013 10:33:22 Teodor Kuduschiev replied:
Hello Andre,

It seems to me you applied the repeat children to a wrong element.
Please make sure to select the <ul> tag in the Properties Inspector before clicking the Repeat Children -> Bind.
Replied 08 Oct 2013 11:31:07
08 Oct 2013 11:31:07 Andre Bender replied:
That fixed the problem. Thanks Teodor.

Reply to this topic