Skip to content

Instantly share code, notes, and snippets.

View taosd's full-sized avatar

Travis Brown taosd

  • Canada
View GitHub Profile
@taosd
taosd / app.html
Last active June 4, 2020 19:08 — forked from jdanyow/app.html
Aurelia Gist
<template>
<require from="./card"></require>
<h1>I'm the app - I see the message as "${data.message}"</h1>
<card data.bind="data">
</card>
</template>