Skip to content

Instantly share code, notes, and snippets.

View MattEllison's full-sized avatar

Matt Ellison MattEllison

  • dallas, texas
View GitHub Profile
@MattEllison
MattEllison / app.html
Last active July 12, 2018 13:56 — forked from gist-master/app.html
Aurelia two way binding testing
<template>
<require from="./test"></require>
Outside component <input value.bind="what"/>
<test message.bind="what" object.bind="element"></test>
</template>