Skip to content

Instantly share code, notes, and snippets.

View Baudin999's full-sized avatar

Baudin999 Baudin999

  • Netherlands
View GitHub Profile
@Baudin999
Baudin999 / app.html
Last active September 7, 2016 14:52 — forked from niieani/app.html
Aurelia Compose Containerless Gist
<template>
<ck-container>
<compose repeat.for="item of items"
view="${item.view}.html"
view-model="${item.view}"
model.bind="item.model"
containerless />