Skip to content

Instantly share code, notes, and snippets.

@blkbltjns
blkbltjns / app.html
Last active July 24, 2017 16:46 — forked from fabioluz/app.html
<template>
<div id="container">
<div repeat.for="item of items">
<compose view-model="${item.viewModel}" model.bind="item.data"></compose>
</div>
</div>
<div style='margin-top: 20px'>
<div repeat.for="log of logs">
${log}
</div>