An open API service indexing awesome lists of open source software.

https://github.com/twhitbeck/angular-bloodhound

[UNMAINTAINED] An angular port of Bloodhound from twitter/typeahead.js
https://github.com/twhitbeck/angular-bloodhound

angular typeahead unmaintained

Last synced: 12 months ago
JSON representation

[UNMAINTAINED] An angular port of Bloodhound from twitter/typeahead.js

Awesome Lists containing this project

README

          

## [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