Skip to content

Instantly share code, notes, and snippets.

@kevmeister68
kevmeister68 / app.html
Last active August 31, 2016 06:17 — forked from jdanyow/app.html
Aurelia processContent( ) problem -- view.bind( ) does not bind to custom element correctly.
<template>
<require from="hc-ui-tabcontrol"></require>
<ui-tabcontrol>
<tab-page>
<tab-heading>Heading1</tab-heading>
<tab-content>${tab1Message}</tab-content>
</tab-page>
<tab-page>