Skip to content

Instantly share code, notes, and snippets.

@Reverbe
Reverbe / app.html
Last active April 21, 2017 09:27 — forked from gist-master/app.html
Notification: templates
<template>
<require from="./templates.css!css"></require>
<require from="aurelia-kendoui-bridge/notification/notification"></require>
<require from="aurelia-kendoui-bridge/notification/notification-template"></require>
<require from="aurelia-kendoui-bridge/button/button"></require>
<div id="example">
<ak-notification id="notification"
k-widget.bind="notification"
@Reverbe
Reverbe / app.html
Created June 21, 2017 14:51 — forked from gist-master/app.html
TreeView: custom templates
<template>
<require from="./compo"></require>
<require from="aurelia-kendoui-bridge/common/template"></require>
<compo>
<ak-template>
<div>
<span class="title">${text}</span>
<button ak-button click.delegate="nodeClicked($event)">Click</button>
</div>