标签: angularjs
如何阻止这种情况,为什么会发生这种情况,或者我是否错误地实施了这项措施?
例如:
$scope.testFunction = function (x) { console.log(x) } <div ng-bind="testFunction(5)">test</div>