我想用箭头显示方向,并考虑使用标准ionic箭头作为方向。我能以某种方式将向上箭头旋转到任何方向吗?ion-arrow-up-a下面是评论的尝试angular.module('app.customDirectives',[]).directive('rotate',function(){return{link:function(scope,element,attrs){//watchthedegreesattribute,andupdatetheUIwhenitchangesscope.$watch(attrs.degrees,function(rotateDegrees){//con