Skip to content

Instantly share code, notes, and snippets.

View taosd's full-sized avatar

Travis Brown taosd

View GitHub Profile
@taosd
taosd / app.html
Created June 19, 2020 21:48 — forked from tzvety/app.html
Aurelia Validation Demo
<template>
<require from="./registration-form"></require>
<registration-form></registration-form>
</template>
@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>