An open API service indexing awesome lists of open source software.

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

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.