Skip to content

Instantly share code, notes, and snippets.

@codermrrob
codermrrob / app.html
Last active July 29, 2016 06:31 — forked from JeroenVinke/app.html
Aurelia - Sortable
<template>
<div class="list-wrapper">
<h3>Available</h3>
<ul id="sortable-listA" ref="availablelist" style="min-height: 250px; border : 2px solid;"; ak-sortable="k-connect-with: #sortable-listB; k-placeholder.call: placeholder($event)">
<li class="linked-list-item">item one</li>
<li class="linked-list-item">item two</li>
<li class="linked-list-item">item three</li>
<li class="linked-list-item">item four</li>
@codermrrob
codermrrob / app.html
Created July 29, 2016 05:33 — forked from JeroenVinke/app.html
Aurelia KendoUI component - problem report
<!-- put your view here -->
<template>
<p>Loaded</p>
</template>