Skip to content

Instantly share code, notes, and snippets.

View allencoded's full-sized avatar
🏠
Working from home

Allen Hendricks allencoded

🏠
Working from home
View GitHub Profile
@allencoded
allencoded / app.html
Last active October 31, 2016 18:42 — forked from jdanyow/app.html
Aurelia Gist
<template>
<require from="./test"></require>
<h1>${message}</h1>
<test stuff.bind="stuff"></test>
</template>
@allencoded
allencoded / app.html
Created October 20, 2016 17:12 — forked from m-andrew-albright/app.html
Aurelia Gist
<template>
<form with.bind="create">
<div ref="testElement">
Hi
</div>
</form>
</template>