directive:
app .directive('sidebarR’,function(){//首页车每次分类 return{ restrict: 'A’,//attribute属性 div geolation replace:true, transclude:false, scope:{ “myDataKey":"=” }, template:<div style="float:right;margin-top:40px;“>
<md-button ng-if="true" class="md-fab" >
{{dial}}
</md-button>
ps:我这边想实现的功能就是固定在右边的导航栏,现在要对md-button的样式高度宽度进行动态设置,但是link里面element拿到的结果是:
<!-- ngRepeat: dial in myDataKey -->
如何处理这个,还有绑定相应的click函数。