I have an image element that is getting its path from an attribute I have on my angular object. However if this (imagePath) is empty I get a broken image. I would like to not render the image if the attribute is empty however I do not see a way to do this. Any ideas?
<img width="50px" src="/resources/img/products/{{current.manufacturerImage.imagePath}}">