Skip to content

Instantly share code, notes, and snippets.

View MarkHerhold's full-sized avatar
💢

Mark Herhold MarkHerhold

💢
View GitHub Profile
@MarkHerhold
MarkHerhold / app.html
Last active May 1, 2016 20:07 — forked from jdanyow/app.html
Parent Inheritance Issue
<template>
<require from="./group"></require>
<group group.two-way="groups"></group>
</template>
@MarkHerhold
MarkHerhold / app.html
Last active April 24, 2016 21:21 — forked from AshleyGrant/app.html
two-way binding update issues
<template>
<require from="nav-bar.html"></require>
<require from="bootstrap/css/bootstrap.css"></require>
<nav-bar router.bind="router"></nav-bar>
<div class="page-host">
<router-view></router-view>
</div>
</template>