add minimal debounce for edit on click for better performance

This commit is contained in:
Johannes Millan 2017-01-23 21:26:23 +01:00
parent dd7417e4b3
commit b27eb6c405

View file

@ -4,6 +4,7 @@
md-whiteframe="3">
<input type="text"
ng-model="vm.modelCopy"
ng-model-options="{ debounce: 30 }"
ng-blur="vm.finishEdit();"
tabindex="2">
</form>