Skip to content

Instantly share code, notes, and snippets.

View adriatic's full-sized avatar
💭
I may be slow to respond.

Nikolaj Ivancic adriatic

💭
I may be slow to respond.
  • Congral, LLC
  • Ann Arbor, MI
  • 20:39 (UTC -04:00)
View GitHub Profile
@adriatic
adriatic / app.html
Created April 13, 2016 21:01
Funnel charts" binding to local data
z
@adriatic
adriatic / index.html
Last active April 14, 2016 10:10
eliavmaman issue #458
<!doctype html>
<html>
<head>
<title>Aurelia</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2016.1.226/styles/kendo.common.min.css">
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2016.1.226/styles/kendo.rtl.min.css">
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2016.1.226/styles/kendo.default.min.css">
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2016.1.226/styles/kendo.mobile.all.min.css">
@adriatic
adriatic / app.html
Created April 15, 2016 22:38
ComboBox: basic use
<template>
<div id="example">
<div id="cap-view" class="demo-section k-content">
<h4>Customize your Kendo T-shirt</h4>
<img src="http://demos.telerik.com/kendo-ui/content/web/combobox/tShirt.png" id="tshirt"/>
<h4>T-shirt fabric</h4>
<ak-combobox k-data-text-field="text"
k-data-value-field="value"
k-data-source.bind="data"
@adriatic
adriatic / app.html
Created April 16, 2016 14:16
ComboBox: virtualization
<!-- app.html -->
@adriatic
adriatic / app.html
Created April 16, 2016 15:19
Editor: events
<!-- app.html -->
@adriatic
adriatic / app.html
Created April 17, 2016 14:07
QR Code: basic usage
<!-- app.html -->
@adriatic
adriatic / app.html
Last active April 17, 2016 20:42
Tooltip: content template
<!-- app.html -->
@adriatic
adriatic / app.html
Created April 17, 2016 20:53
TreeList: export to PDF
<!-- app.html -->
@adriatic
adriatic / app.html
Created April 19, 2016 13:10
Upload: Api
<!-- app.html -->
<template>
<section>
<h4>About</h4>
</section>
</template>