Skip to content

Commit

Permalink
Merge #124
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiden committed May 23, 2015
1 parent 1fa0ded commit 2d2f6a0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@

* Clear input #61

### [@mcnocopo: Pachito Marco Calabrese](https://github.com/mcnocopo)

* Add input name and a not-empty class #124

### [@mmBs](https://github.com/mmBs)

* Add type attribute #96
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ var app = angular.module('app', ["angucomplete-alt"]);
| description-field | The name of the field in the JSON objects returned back that should be used for displaying the description in the autocomplete list. [example](http://ghiden.github.io/angucomplete-alt/#example6) | No | twitterUsername |
| image-field | The name of the field in the JSON objects returned back that should be used for displaying an image in the autocomplete list. [example](http://ghiden.github.io/angucomplete-alt/#example2) | No | pic |
| minlength | The minimum length of string required before searching. [example](http://ghiden.github.io/angucomplete-alt/#example1). If set to 0, it shows all items. It works both local and remote but is intended to use with local data. If used with remote API, it needs to return all items when query parameter is empty string. | No | 3 |
| input-name | Name for input field | No | |
| input-class | The classes to use for styling the input box. [example](http://ghiden.github.io/angucomplete-alt/#example1) | No | form-control |
| match-class | If it is assigned, matching part of title is highlighted with given class style. [example](http://ghiden.github.io/angucomplete-alt/#example6) | No | highlight |
| local-data | The local data variable to use from your controller. Should be an array of objects. [example](http://ghiden.github.io/angucomplete-alt/#example1) | No | countriesList |
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angucomplete-alt",
"version": "0.0.39",
"version": "0.0.40",
"homepage": "http://ghiden.github.io/angucomplete-alt/",
"authors": [
"Hidenari Nozaki <hidenari@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/angucomplete-alt.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2d2f6a0

Please sign in to comment.