GitXplorerGitXplorer
t

angular-bloodhound

public
2 stars
3 forks
1 issues

Commits

List of commits on branch master.
Unverified
4e31465d740333a3baad720cfd89cd503cbb6938

Update README.md

ttwhitbeck committed 7 years ago
Unverified
95567085d205e647750f988b6e5d62d8891db7d5

Don't make requests if out of date

ttwhitbeck committed 10 years ago
Unverified
d6f843afc6fecc74be1aee0d5c6f11ac547c2ad4

Modify debounce to use $timeout in order to catch things in digest cycle

ttwhitbeck committed 10 years ago
Unverified
82dd9fb0778030a64748a6e0ceae441f895a3006

Second attempt

ttwhitbeck committed 10 years ago
Unverified
5453a6c77a321409e2d1348f3c68a12dec935ff6

Use $timeout instead of _.defer in order catch changes in digest cycle

ttwhitbeck committed 10 years ago
Unverified
86273300c4ce6bf9f441cc98451dde833a3a6058

Adjust transport to make better use of $q api

ttwhitbeck committed 10 years ago

README

The README file for this repository.

[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

Testing

  • TODO