Skip to content

Instantly share code, notes, and snippets.

@poteto
Created November 12, 2015 15:41
Show Gist options
  • Save poteto/049e23777c547175a7ca to your computer and use it in GitHub Desktop.
Save poteto/049e23777c547175a7ca to your computer and use it in GitHub Desktop.
{{!birth-day/template.hbs}}
{{input value=birthDate placeholder="Your birthday"}}
<p>
You are currently {{age}} years old.
{{#if isBirthday}}
Happy birthday!
{{/if}}
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment