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

5 lines
253 B
Plaintext
Raw Normal View History

2015-09-03 09:14:51 +02:00
<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>