I'm trying to write an inline ng-style for multiple conditions in this format;
<div ng-style="thisCondition && {'background-color':'black'},thisCondition2 && {'color':'green'}">
but this code doesn't do anything, please is there any way I can check for multiple conditions in an inline ng-style?