Reputation: 2032
if I used this code, it generates error "Failed to load resource", although the image renders correctly.
<img src="data:image/png;base64, {{image|| 'R0lGODlhAQABAIAAAP7//wAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=='}}">
I use the directive ngCloak and ngBind but still showing the error.
Upvotes: 1
Views: 2949