I am trying to change the background image using ng-style
<div ng-style="{'background-image':'url(/images_gameplay/trading-'+color+'-1px.png)'}">
When it renders its looking for local path like "url(file:///G:/images_gameplay/trading-darkblue-1px.png);
"