this
(要素) - abutton
をcontroller
byに渡したい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
に通す方法はありますか?element
button
ng-disabled