Skip to content

Commit

Permalink
update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasharat committed Jan 10, 2015
1 parent 0c65049 commit 94f436b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ How to use:
```

Just add 'chosen' as an to a <select> to convert it to a chosen drop down.
* list : options for the drop down.
* options : options for the drop down.
* model : to what is the chosen binded to.

```HTML
<select chosen list="properties"
<select chosen options="properties"
ng-model="property.name"
ng-options="p.name as p.name for p in properties">
</select>
Expand Down

0 comments on commit 94f436b

Please sign in to comment.