this(要素) - abuttonをcontrollerbyに渡したいng-disable。ここに私のHTML:
<button type ="button" class = "btn btn-default" ng-click= "open()" ng-disabled = "checkRowId(this)">
</button>
そして私のcontroller:
$scope.checkRowId = function(btn){
console.log(btn); //undefined
}
ログシューズですが、ビアのようundefinedに通す方法はありますか?elementbuttonng-disabled