Skip to content

Instantly share code, notes, and snippets.

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