Skip to content

dtao/angular-fast-matcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-fast-matcher

This library provides an Angular directive that can be used to make super-fast, prefix-based autocomplete elements. It's implemented using the fast-matcher library.

To install it, add angularFastMatcher.js to your app and require the 'fastMatcher' module:

angular.module('MyApp', ['fastMatcher']);

For an example as well as further information on how to use the directive, check out the demo, which lets you search 50,000+ books by title from Project Gutenberg.

About

Angular directive based on fast-matcher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published