Angucomplete

Awesome Autocompleteness for AngularJS

A minimal looking, easy to implement directive for AngularJS that lets you quickly add autocomplete boxes (for local or remote JSON data) to your pages with no dependency on other libraries. Its deliberately minimal looking so you can easily customise it with just a few lines of CSS.

Example 1 - Countries of the World

You selected {{selectedCountry.originalObject.name}} which has a country code of {{selectedCountry.originalObject.code}}

Example 2 - People

You selected {{selectedPerson.originalObject.firstName}} {{selectedPerson.originalObject.surname}}

How to use

Head over to the GitHub pages here to grab the code and read the documentation on how to use this.

You are free to use this code as you see fit. I'm realising it under a completely open license and can't wait to see what you do with it!

By Daryl Rowland (@darylrowland)