Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Commit

Permalink
Merge 62f3461 into c5235be
Browse files Browse the repository at this point in the history
  • Loading branch information
taivo committed Nov 30, 2014
2 parents c5235be + 62f3461 commit d8afd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auto-complete.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ tagsInput.directive('autoComplete', function($document, $timeout, $sce, tagsInpu
self.reset();
}
});
}, options.debounceDelay, false);
}, options.debounceDelay, true);
};
self.selectNext = function() {
self.select(++self.index);
Expand Down

0 comments on commit d8afd34

Please sign in to comment.