Jovan Popovic
1 min readJun 11, 2020

--

Hi Neil,

Thank you for your response and you are right the ul is duplicated. View engine duplicates target node for each element in the array. This is actually the error in my sample. I have updated the code and now it references the <li> element inside the <ul> so <li> is replicated. The change in the code is: $("#list li").view(model);

Regards,

Jovan

--

--

No responses yet