Skip to content

Instantly share code, notes, and snippets.

@reneolivo
reneolivo / app.html
Created August 27, 2016 23:51 — forked from ZoolWay/app.html
Aurelia Child
<template>
<h1>${message}</h1>
<div>Div Content</div>
</template>
@reneolivo
reneolivo / app.html
Last active May 12, 2020 12:51 — forked from JeroenVinke/app.html
Aurelia Templating Child/Children Bug
<template>
<h1>Bug Example</h1>
<router-view></router-view>
</template>