I currently have this:
<div class="row status green" ng-repeat="green in report.data.green" style="{{green.image}}">
but the style is not showing up in IE. How can I solve these? green.image contains the following:
image = "background: linear-gradient(rgba("+ colordb[color] +",0.5), rgba("+ colordb[color] +",0.5)), url('../images/" + db[id][1] + "'); background-size: 100% 100%; background-size: cover;";