Skip to content

Instantly share code, notes, and snippets.

@suamikim
suamikim / app.html
Last active August 4, 2016 23:11 — forked from jdanyow/app.html
Aurelia Validation Demo with Shell
<template>
<h1>Main App Shell</h1>
<button type="button" click.delegate="showRegistration()">Show Registration Form</button>
</template>