Skip to content

Instantly share code, notes, and snippets.

@freshcutdevelopment
Last active October 23, 2016 18:48
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save freshcutdevelopment/c386905c4fc08255e3fb991df4a42d8e to your computer and use it in GitHub Desktop.
Aurelia app HTML
<template>
<require from="greeter"></require> <!-- HTML Import to pull in the hello module -->
<greeter greeting.bind="parentGreeting"></greeter>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment