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
- Host: GitHub
- URL: https://github.com/twhitbeck/angular-bloodhound
- Owner: twhitbeck
- Created: 2014-03-27T12:55:20.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-10-06T12:33:22.000Z (over 8 years ago)
- Last Synced: 2024-10-19T19:54:23.731Z (over 1 year ago)
- Topics: angular, typeahead, unmaintained
- Language: JavaScript
- Homepage:
- Size: 465 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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