Skip to content

Instantly share code, notes, and snippets.

View alexdresko's full-sized avatar
💭
I'm not a player, I just code a lot.

Alex Dresko alexdresko

💭
I'm not a player, I just code a lot.
View GitHub Profile
@alexdresko
alexdresko / app.html
Last active November 20, 2017 21:45 — forked from jdanyow/app.html
Aurelia Validation Demo
<template>
<require from="./registration-form"></require>
<registration-form></registration-form>
</template>