Skip to content

Instantly share code, notes, and snippets.

View HIRANO-Satoshi's full-sized avatar

HIRANO Satoshi, Ph.D. HIRANO-Satoshi

View GitHub Profile
@HIRANO-Satoshi
HIRANO-Satoshi / app.html
Last active June 22, 2017 08:35 — forked from Thanood/app.html
Aurelia-Materialize bridge RTL demo
<template>
<p>Hello, world!</p>
<div>
<md-checkbox md-checked.bind="true">check box example</md-checkbox>
</div>
<button md-button click.delegate="toggleDirection()">Toggle Direction</button>
</template>