https://github.com/nitayneeman/ng-autocomplete
An AngularJS directive for search hints, based on Autocomplete.js
https://github.com/nitayneeman/ng-autocomplete
angularjs autocomplete ng-autocomplete search-hints
Last synced: 4 months ago
JSON representation
An AngularJS directive for search hints, based on Autocomplete.js
- Host: GitHub
- URL: https://github.com/nitayneeman/ng-autocomplete
- Owner: nitayneeman
- Created: 2014-09-22T18:29:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T15:41:16.000Z (almost 9 years ago)
- Last Synced: 2025-09-22T15:02:19.970Z (11 months ago)
- Topics: angularjs, autocomplete, ng-autocomplete, search-hints
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ng-autocomplete
An AngularJS directive for search hints, based on Autocomplete.js.
## DEPRECATED
This repository is not maintained anymore.
## Getting started
Make sure those files are included in your page:
* jQuery
* autocomplete.js
* AngularJs
* ng-autocomplete.js
* autocomplete.css
All the options of Autocomplete.js are available, for example:
```html
```
Note: proposals array and submit method should be on your controller.