I have a model with values that I need to modify before presenting them to the user. I have checked the documentation but might be overlooking something.
For example, I would like to format my variable in this way:
<span decode-directive>{{variable}}</span>
I am looking to create the decode-directive so that it displays variable + 1234, for instance.
This modification is needed in multiple instances, so I cannot hard-code it for just one particular object.
Any help on how to achieve this would be greatly appreciated.