My <input> tag is associated with an Ajax call via ngChange.
What can I do to make sure that every change does not make an Ajax Request? Like ngChange function only executes once the user completes typing and waits for sometime, say 700ms.
I already tried ng-model-options="{debounce: 700}" but even then ngChange is executing for every keystroke.