Skip to content

Instantly share code, notes, and snippets.

<template>
<require from="google-signin-button"></require>
<google-signin-button success.call="signinSuccess(googleUser)"
error.call="signinError(error)">
</google-signin-button>
<h1>${message}</h1>
</template>
@bliu886
bliu886 / app.html
Last active September 7, 2017 13:55 — forked from jdanyow/app.html
Aurelia Gist
<template>
<button type="button" click.delegate="changeInput()">Click Me!</button>
<compose view.bind="viewStrategy"></compose>
<compose view.bind="viewStrategy2"></compose>
</template>
@bliu886
bliu886 / app.html
Created September 6, 2017 18:58 — forked from jdanyow/app.html
Aurelia Gist
<template>
<h1>${message}</h1>
</template>
@bliu886
bliu886 / app demo with router
Last active August 9, 2017 20:01 — forked from thinkOfaNumber/ app demo with router
Aurelia router-view
.