私のコードは次のとおりです:どのように回転することができますか?ボタンがクリックされたときにNG-クラスAngularJsで画像を回転するにはどうすればいいですか
<md-card class="header" style="margin: 0 0 4px 0;" ng-mousedown="toggleCollapse('source')">
<md-card-content layout="row" layout-align="start center">
<img src="../assets/icons/cd-icon-arrow.svg" class="buildrag-toggle">
<h2 class="md-title no-top-margin no-bottom-margin" flex style="padding-left: 10px;">Data</h2>
<md-button class="md-icon-button header-button" ng-mousedown="addDataSource($event)">
<md-icon>add_circle_outline</md-icon>
</md-button>
</md-card-content>
</md-card>
'ng-class'を使用してクラスを適用し、' transform:rotate'を実行しますか? アニメーションでも動作します – Aides