Skip to content

Instantly share code, notes, and snippets.

View CuddleBunny's full-sized avatar
🙃

Josh Dovishaw CuddleBunny

🙃
View GitHub Profile
@CuddleBunny
CuddleBunny / app.html
Last active July 18, 2017 17:00 — forked from jdanyow/app.html
$parent & behavior parser error
<template>
<!-- This works: -->
<div repeat.for="item of things">
${item | test:message2:{ vm: $parent } & signal:'some-signal'}
</div>
<!-- This offends the parser. Uncomment to see error. -->
<!-- <div repeat.for="item of things">
${item | test:message:$parent & signal:'some-signal'}
</div> -->