有人可以解释一下 angulars 在没有 ng-model 按钮的情况下检测范围内 Kendo 的点击事件的能力背后的逻辑吗?
<kendo-button on-click="clickWithoutNgModel()">Button</kendo-button>
$scope.clickWithoutNgModel = function () {
alert("Clicked without using ng-model on the button");
} // this works - how?