All Projects → gbv → Ng Suggest

gbv / Ng Suggest

AngularJS module to provide Typeahead via OpenSearch Suggestions

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ng Suggest

Fe
前端热门文章阅读
Stars: ✭ 174 (+1833.33%)
Mutual labels:  library, angularjs
Noty
⛔️ DEPRECATED - Dependency-free notification library that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog.
Stars: ✭ 6,725 (+74622.22%)
Mutual labels:  library
Brainf cksharp
A complete and full-featured Brainf_ck IDE/console for Windows 10 (UWP), with a high-performance REPL interpreter
Stars: ✭ 26 (+188.89%)
Mutual labels:  library
Librg
🚀 Making multi-player gamedev simpler since 2017
Stars: ✭ 813 (+8933.33%)
Mutual labels:  library
Otc Tools
(Deprecated) Simple bash/curl/jq based command line tool using the OpenStack and OTC specific REST APIs.
Stars: ✭ 26 (+188.89%)
Mutual labels:  deprecated
Md Form Validator
Simplify the usage of ngMessages with the angular material design
Stars: ✭ 8 (-11.11%)
Mutual labels:  angularjs
M2x Python
AT&T M2X Python Library
Stars: ✭ 25 (+177.78%)
Mutual labels:  library
Mypythonlib
🐍 Python 库(工欲善其事,必先利其器) 标准库(https://docs.python.org/zh-cn/2.7/library/index.html)
Stars: ✭ 9 (+0%)
Mutual labels:  library
Taco
The Tensor Algebra Compiler (taco) computes sparse tensor expressions on CPUs and GPUs
Stars: ✭ 846 (+9300%)
Mutual labels:  library
Cute php
PHP version of the beanstalkd-backed job queuing system.
Stars: ✭ 7 (-22.22%)
Mutual labels:  library
Jocs.github.io
💯Jocs 的个人博客,所有的文章都在 issues 里面
Stars: ✭ 840 (+9233.33%)
Mutual labels:  angularjs
Madalynnplumbundle
The deploy bundle using Plum for Symfony2
Stars: ✭ 26 (+188.89%)
Mutual labels:  deprecated
Usbmuxd
A socket daemon to multiplex connections from and to iOS devices
Stars: ✭ 847 (+9311.11%)
Mutual labels:  library
Awesome Android
😎 A curated list of awesome Android resources
Stars: ✭ 26 (+188.89%)
Mutual labels:  library
Bloc
A predictable state management library that helps implement the BLoC design pattern
Stars: ✭ 8,214 (+91166.67%)
Mutual labels:  library
Similarloadingview
A stylish loading view for Android
Stars: ✭ 26 (+188.89%)
Mutual labels:  library
Migrator
Opinionated database migration library for Go applications.
Stars: ✭ 7 (-22.22%)
Mutual labels:  library
Angular Loading Feedback
Angular directive to indicate loads in app
Stars: ✭ 8 (-11.11%)
Mutual labels:  angularjs
Firebase Demo
Stars: ✭ 9 (+0%)
Mutual labels:  angularjs
Materializecss Autocomplete
Small material design autocomplete library for materializecss
Stars: ✭ 9 (+0%)
Mutual labels:  angularjs

ng-suggest

AngularJS module to provide Typeahead via OpenSearch Suggestions

npm version Build Status Test Coverage GitHub Issues

ng-suggest is a module for AngularJS to facilitate the use of OpenSearch Suggestions and SeeAlso links in web application.

Install

npm

npm install ng-suggest --save

bower

bower install ng-suggest --save

Usage

See https://gbv.github.io/ng-suggest/ for documentation and usage examples!

Customization

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.

Contributing

See CONTRIBUTING.md for development documentation. Contributions and feedback is appreciated!

Contributors

License

Code licensed under the AGPL. Documentation licensed under CC BY 3.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].