I'm using Angular data binding on img src so my code is
<img src="{{ baseURL + dish.image }}">
and the result is in the page
<img src="unsafe: http://localhost:3000/images/zucchipakoda.png">
I want to remove the "unsafe:" to let the image show.