Incorporating the image displayed above as a background photo in CSS is my current objective using Angular. My aim is to alter the photo path for each new item added to my list. As it stands, the styles are hardcoded, resulting in a constant image that functions correctly.
However, when I attempt to modify the image by
style="background: url({{item.photo_path}})"
the change occurs without applying the greyscale and opacity
effects.
Displayed Image:
Fiddle here.