Skip to content

An AngularJS directive for search hints, based on Autocomplete.js

Notifications You must be signed in to change notification settings

nitayneeman/ng-autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

<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.

About

An AngularJS directive for search hints, based on Autocomplete.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published