Skip to content

Instantly share code, notes, and snippets.

<template>
<div repeat.for="thumb of thumbs">
<img id="${thumb.name}-spinner" src="https://gifimage.net/wp-content/uploads/2018/05/spinner-gif-transparent-background-14.gif">
<img
alt.one-time="thumb.name"
src.one-time="server + '/' + thumb.uri"
load.trigger="hideSpinner(thumb.name) & oneTime"
class="thumbnail"
/>
</div>
@YardGnomeNinja
YardGnomeNinja / app.html
Last active May 21, 2020 12:44 — forked from bigopon/app.html
Aurelia - Templating Engine Enhance Example
<template>
<button click.delegate="addItem()">Add Item</button>
<div id="enhanceMyContent"></div>
</template>