Skip to content

Instantly share code, notes, and snippets.

@kevinchisholm
Created April 1, 2020 18:14
Show Gist options
  • Save kevinchisholm/84dfa906f2cec6fb5287508c5431950f to your computer and use it in GitHub Desktop.
Save kevinchisholm/84dfa906f2cec6fb5287508c5431950f to your computer and use it in GitHub Desktop.
<p>The name is {{customersAttended.name}} </p>
<p>The date is {{customersAttended.date | date: 'longDate' }} </p>
<p>The cost is {{customersAttended.cost | currency }} </p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment