Skip to content

Instantly share code, notes, and snippets.

View Kennethtruyers's full-sized avatar

Kenneth Truyers Kennethtruyers

View GitHub Profile
@Kennethtruyers
Kennethtruyers / app.html
Last active October 3, 2018 13:40 — forked from zewa666/app.html
Aurelia Store observale gist
<template>
<button click.delegate="addTo1()"> Add to 1 </button>
<button click.delegate="addTo2()"> Add to 2 </button>
<br />
List1:
<ul>
<li repeat.for="item of list1">${item}</li>
</ul>