我的页面中有以下输入:
<input ng-blur="dataChanged(node)" type="text" ng-currency min="0" fraction='currentShop.currency.fraction' currency-symbol='{{currentShop.currency.symbol}}' ng-model="node.price" placeholder="{{'Price' | translate}}">
每次输入失去焦点时都会调用dataChanged,即使数据没有改变。
我该如何避免这种情况?