Skip to content

paterczm/angucomplete-keyvalue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angucomplete-keyvalue

An AngularJS directive to provide input autocompletion in key="value" format. Based on https://github.com/darylrowland/angucomplete.

Features

  • Autocomplets keys and values independently.
  • Value autocompletion is optional - some keys may have it and some may not.
  • Multiple key="value" pairs can be added, separated with a semicolon.

Limitations

  • Only last item (be it a key or a value) in the string is autocompleted.
  • Lacks many features of the original angucomplete (images, descriptions, etc.).

Getting Started

TODO

About

AngularJS Key-Value Autocomplete Directive

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.6%
  • CSS 6.4%