Skip to content

jbachand/angular-schema-form-angucomplete

Repository files navigation

Angucomplete addon

Install

bower install jbachand/angular-schema-form-angucomplete --save

Example Form Data:

{
  "key": "company",
  "type": "angucomplete",
  completeOptions: {
    url: 'https://autocomplete.clearbit.com/v1/companies/suggest?query=', //remote url
    //data: [{name:'etsy'},{name:'aa'}], //local data
    title: 'name',
    image: 'logo',
    search: 'name',
    focusOut: function(){
      console.log('unfocus');
    }
  }
}

About

angucomplete

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published