react-templates/test/data/scope-evaluated-after-repea...

5 lines
253 B
Plaintext

<div>
<div rt-repeat="pirate in [{name: 'Jack Sparrow', profile: {age: 99}}, {name: 'Someone Else', profile: {age: 98}}]" rt-scope="pirate.profile as profile" key="p-{pirateIndex}">
{pirateIndex}-{pirate.name}-{profile.age}
</div>
</div>