Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 355 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 355 Bytes

angular-microcomplete

AngularJS directive for [tab] shell-like autocomplete.

Enables autocomplete in HTML input tag and deals with the default behavior, when on [tab] the focus is changed to a next element.

The usage is as easy as

<input type="text" ng-model="sentence" microcomplete="sentence" source="terms" />

Cheers