How can I trim a text string in my Angular application?
Example
{{ someobject.name }}
someobject.name results in \"name abc\"
In my case this is bad:
Solution:
{{ someobject.name}}
=S