1.1.1 • Published 7 years ago

angular-simple-autocomplete-directive v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

angular-simple-autocomplete-directive Build Status

NPM package for a simple AngularJS autocomplete directive.

Usage

To install the package, run: npm install angular-simple-autocomplete-directive or bower install angular-simple-autocomplete-directive

Include the script and the css into your project:

<script src="node_modules/angular-simple-autocomplete-directive/dist/main.js"></script> (after having the angular.js included)
<link rel="stylesheet" href="node_modules/angular-simple-autocomplete-directive/dist/main.css">

Insert the autocomplete directive into your template:

As an element

<autocomplete options="['apple', 'samsung', 'nokia']" model="test" />

or as an attribute

<input autocomplete options="['apple', 'samsung', 'nokia']" model="test" />

License

MIT

1.1.1

7 years ago

1.1.0

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago