An AngularJS directive for search hints, based on Autocomplete.js.
This repository is not maintained anymore.
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:
<autocomplete hints='proposals' placeholder='type your text' width='500' height='25'
showButton='true' buttonText='Submit' on-submit='submit()'></autocomplete>
Note: proposals array and submit method should be on your controller.