I have the following HTML:
<span>
{{Client.FirstName}}
{{Client.LastName}}
</span>
Angular keeps trying to replace them with object values AS IT SHOULD. However, I want to ignore the binding in this case as I want to render it as it to the client.