Skip to content

Instantly share code, notes, and snippets.

@alastair-mcdonald
alastair-mcdonald / app.html
Last active April 4, 2017 08:32 — forked from RomkeVdMeulen/app.html
Aurelia Validation Issue 423 Demo
<template>
<require from="./registration-form"></require>
<registration-form></registration-form>
</template>
@alastair-mcdonald
alastair-mcdonald / app.html
Last active March 1, 2017 11:33 — forked from jdanyow/app.html
Validation of property that is an object fails
<template>
<require from="./registration-form"></require>
<registration-form></registration-form>
</template>