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}">