Skip to content

Instantly share code, notes, and snippets.

View vuorinem's full-sized avatar
🖤

Mikko Vuorinen vuorinem

🖤
View GitHub Profile
@vuorinem
vuorinem / app.html
Last active August 10, 2017 14:01 — forked from jdanyow/app.html
Aurelia Gist
<template>
<p test="First paragraph">a</p>
<p test="Second paragraph: testing? no.">a</p>
</template>
@vuorinem
vuorinem / app.html
Created March 3, 2016 13:23 — forked from jdanyow/app.html
Aurelia - InnerHTML binding
<template>
<p innerhtml.bind="inner"></p>
</template>