diff --git a/angucomplete-alt.js b/angucomplete-alt.js index f9fdf83d..a70fea8e 100644 --- a/angucomplete-alt.js +++ b/angucomplete-alt.js @@ -98,7 +98,8 @@ unbindInitialValue = scope.$watch('initialValue', function(newval) { if (newval) { // remove scope listener - unbindInitialValue(); + // For watch value, change only one time, uncomment the method "unbindInitialValue();" + //unbindInitialValue(); // change input handleInputChange(newval, true); }