Is there a possibility to do something like this:
<span data-ng-style="vm.myFlag == true ? 'background-color:{{myObject.color}};padding:2px;border-radius:2px;' : ''">
This if - else does not work. ngClass does not work because the color is a property of my object(s).