Skip to content

Instantly share code, notes, and snippets.

@kevinchisholm
Created April 1, 2020 18:16
Show Gist options
  • Save kevinchisholm/3037db380aeb50b0b1f03bbabc277703 to your computer and use it in GitHub Desktop.
Save kevinchisholm/3037db380aeb50b0b1f03bbabc277703 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>
<p>The password is {{customersAttended.password | testPipe }} </p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment