使用 ng 風格
下面的示例根據 status
引數更改影象的不透明度。
<img class="img-responsive" ng-src="{{imagesrc}}"
ng-style="{'opacity' : (status == 2) ? 1 : 0.5}">
下面的示例根據 status
引數更改影象的不透明度。
<img class="img-responsive" ng-src="{{imagesrc}}"
ng-style="{'opacity' : (status == 2) ? 1 : 0.5}">