Skip to content

Instantly share code, notes, and snippets.

View jpray's full-sized avatar

John Daniel Pray jpray

View GitHub Profile
@jpray
jpray / app.html
Created September 14, 2016 23:03
Aurelia RequireJS Gist
<template>
<require from='./my-element'></require>
<my-element some-boolean.bind="someBoolean"></my-element>
</template>
@jpray
jpray / app.html
Last active November 30, 2017 14:28 — forked from jdanyow/app.html
Aurelia Gist
<template>
<div class="pending-transaction" innerhtml.bind="message"></div>
</template>