It\'s a simple question - and it may have been asked (just couldn\'t find it..)
When would you use a filter over a directive when it comes to manipulating the data, or v
Filter for general Data filtering / transformation
Directive for DOM Manipulation / UI behavior
In your case you can write it like so:
{{ testMessage + ' result' }}