[UNMAINTAINED]
This project is currently unmaintained. If you're interested in maintaining it, please reach out!
angular-bloodhound
An angular port of Bloodhound from twitter/typeahead.js NOTE: At this time, depends on underscore (or preferably lodash)
Building
- npm install
- grunt [build]
Developing
- npm install
- bower install
- grunt dev
- point your browser to http://localhost:8888/test
Testing
- TODO