darylrowland / angucomplete

AngularJS Autocomplete Directive
511 stars 281 forks source link

Alternative implementation (if you wanted one) #53

Open a-c-m opened 10 years ago

a-c-m commented 10 years ago

Back when this module was not being actively developed/maintained, we ended up writing our own version. Its used by us in prod, but taken ages to get the approval to release it.

https://github.com/voidberg/ngcompletr

Its a very similar idea, but a different implementation.

As angucomplete is now more active, so its likely this won't be of interest to many people - but felt we wanted to share anyway!

ghiden commented 10 years ago

Here is another one https://github.com/ghiden/angucomplete-alt

teamaton commented 9 years ago

Both alternatives are better than this original, because they contain not only enhancements but necessary bug fixes. Definitely go for one of them or even yet a different one.