I am using angular and I have the following:
<img src="{{image.Url}}" alt="" />
When I validate with W3C I get the following:
Bad value {{image.Url}} for attribute src on element img: Illegal character in path segment: not a URL code point.
And I also get an 404 error until the value is replaced by angular.
How can I solve this?