JustGoscha / allmighty-autocomplete

Simple to use autocomplete directive in a module for AngularJs!
MIT License
392 stars 232 forks source link

Don't start autocompleting if search is empty string #108

Open jblashill opened 9 years ago

jblashill commented 9 years ago

The primary use case is explicitly resetting search value from outside via ng-model. With this change, the autocomplete popup will not be shown when this happens