Skip to content

Instantly share code, notes, and snippets.

View andrewflierman's full-sized avatar

Andrew Flierman andrewflierman

  • Heiloo
  • 09:17 (UTC +02:00)
View GitHub Profile
{
"final_space": true,
"console_title": true,
"console_title_style": "folder",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
@andrewflierman
andrewflierman / app.html
Last active July 20, 2016 18:45
Aurelia RequireJS Gist
<template>
<require from="./autocomplete"></require>
<div>Type something in the input and click on a stree/city, the message should change into 'calculatedPrice()!'</div>
<h1>${message}</h1>
<autocomplete placeholder="Type something" group-addon-left-text="via" icon-class="icon-close-cross" remove.delegate="remove()" selected.delegate="calculatePrice()"></autocomplete>
</template>