Below example changes the opacity of the image based on the "status" parameter.
<img class="img-responsive" ng-src="{{imagesrc}}"
ng-style="{'opacity' : (status == 2) ? 1 : 0.5}">
<ANY ng-style="expression"></ANY >
<ANY class="ng-style: expression;"> ... </ANY>