This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<!-- comment out the below require will not change the result --> | |
<!--<require from='comp'></require>--> | |
<div repeat.for="number of numbers"> | |
${number} | |
<compose view-model="comp" model.bind="number"></compose> | |
</div> | |
Open the console |