1.1.1 • Published 10 years ago

angular-simple-autocomplete-directive v1.1.1

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

10 years ago

1.1.0

10 years ago

1.0.10

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago