String To Filter:
No filter: {{stringToFilter}}
lowercase: {{stringToFilter | lowercase}}
lowercase: {{stringToFilter | uppercase}}
currency: {{stringToFilter | currency}}
sarcastic (custom): {{stringToFilter | sarcastic}}
orderBy (static input)
-
{{ x.name + ', ' + x.country }}
filter (static input)
-
{{ x.name + ', ' + x.country }}
orderBy
-
{{ x.name + ', ' + x.country }}
filter
-
{{ x.name + ', ' + x.country }}