Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiden committed Jan 26, 2016
1 parent 28fecb4 commit e8cb2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ It expects the returned results from remote API to have a root object. In the ab
| template-url | Customize the markup of the autocomplete template. [example page](https://ghiden.github.io/angucomplete-alt/#example14) | No | attribute | "/my-custom-template.html" |
| focus-first | Automatically select the first match from the result list. | No | @ | true |
| parse-input | A function or expression to parse input string before comparing into search process. | No | & | parseInput() |
| tabindex | Setting the tabindex attribute on the input field. | No | @ | tabindex="25" |
| field-tabindex | Setting the tabindex attribute on the input field. | No | @ | field-tabindex="25" |


### Scrollbar
Expand Down

0 comments on commit e8cb2ea

Please sign in to comment.