标签: angularjs angular-ngmodel
我需要在更新模型时执行回调...
我有这个案子:
<input ng-model="field.foo" ng-model-options="{debounce: 500}" />
有没有办法只对“更新”执行回调?