/a11yTypeAhead

Accessible Type Ahead

Primary LanguageJavaScript

Accessible Type Ahead

Angular JS Accessible Type Ahead directive.

Demo

See Live Demo @ http://a11ywidgetsdemo.azurewebsites.net/#/a11yTypeAhead

Usage

    <a11y-type-ahead selected-text="name"
                     config="aclConfig"></a11y-type-ahead>

    <a11y-type-ahead selected-text="name"
                     config="ussConfig"></a11y-type-ahead>

    <a11y-type-ahead config="uscConfig"></a11y-type-ahead>

Documentation

Please follow through a11yTypeAheadController.js. More Documentation soon.