ng-model-options exec对模型更新的回调

时间:2015-12-13 14:54:10

标签: angularjs angular-ngmodel

我需要在更新模型时执行回调...

我有这个案子:

<input ng-model="field.foo" ng-model-options="{debounce: 500}" />

有没有办法只对“更新”执行回调?

0 个答案:

没有答案