UNPKG

typeahead.an

Version:
18 lines (10 loc) 592 B
# typeahead.an Typeahead directive for angular, shared on npm. This work is based on [angular-ui bootstrap](http://angular-ui.github.io/bootstrap/). Typeahead control is extracted into npm package and can be used from npm with browserify. Here is a live demo: [address select](http://anvaka.github.io/typeahead.demo/); Please read more about how this is done here: [anvaka/an](https://github.com/anvaka/an), or dive into [the code](https://github.com/anvaka/typeahead.an/blob/master/index.js). # install With [npm](https://npmjs.org) do: ``` npm install typeahead.an ``` # license MIT