1.1.1 • Published 9 years ago

angular-simple-autocomplete-directive v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 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

9 years ago

1.1.0

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago