AngularJS module to provide Typeahead via OpenSearch Suggestions
AngularJS module to provide Typeahead via OpenSearch Suggestions
ng-suggest is a module for AngularJS to facilitate
the use of OpenSearch Suggestions and SeeAlso links in web application.
npm install ng-suggest --save
bower install ng-suggest --save
See https://gbv.github.io/ng-suggest for documentation and usage examples!
To support APIs that do not strictly follow OpenSearch Suggest specification, the
{@link ng-suggest.service:OpenSearchSuggestions OpenSearchSuggestions} service
can be customized with a transformation function. The
{@link ng-suggest.directive:suggest-typeahead suggest-typeahead} directive contains
a default template that can be replaced or styled with CSS.
See CONTRIBUTING.md
for development documentation.
Contributions and feedback is
appreciated!
Code licensed under the AGPL.
Documentation licensed under CC BY 3.0.