Collection-repeat ne marche pas. collection-repeat doesn't work

Okay, it’s clear to my how your code looks. Now please answer the questions I already asked you. I would start with renaming Collection-repeat to collection-repeat (lower-case). If it doesn’t work then, change it into an ng-repeat. If it doesn’t work then, you know there’s something else broke then the collection-repeat. If it works, go back to the collection-repeat. Start by setting an item width on the elements, so they don’t have to be calculated. If it doesn’t work then, start stripping off the filters till you have just collection-repeat=“item in items” without filters…

I try what you ve tell me but it doesnt work. It working only with the ng-repeat

I try what you ve tell me but it doesnt work. It working only with the ng-repeat

Okay. Then we know at least that it has something to do with the collection repeat. If you inspect the place where you are supposed to see the items, can you tell me if it rendered some items at all or if it’s just empty html bindings?

Okay, and did you already try to change the a into something else (a div for example).

`



{{ item }}
`

this should definitely work normally.

Test code :

Result

Jai envoyé les captures décrans

And if you try your code in a new empty project? It’s very hard to tell if you don’t get any error logs or without a pen to show your exact problem…

i ll try …

It not working ?..

Maybe it’s related to the version of Ionic you are using? I tested it out with a blank starter and had no problems at all while using collection repeat.