Skip to content

Commit

Permalink
docs(autocomplete): fix code snippet (#3509)
Browse files Browse the repository at this point in the history
  • Loading branch information
kara authored and tinayuangao committed Mar 9, 2017
1 parent 58c5d17 commit cbdf1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/autocomplete/autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Then bind it to the autocomplete's `displayWith` property.

<md-autocomplete #auto="mdAutocomplete" [displayWith]="displayFn">
<md-option *ngFor="let option of filteredOptions | async" [value]="option">
{{ option }}
{{ option.name }}
</md-option>
</md-autocomplete>
```
Expand Down

0 comments on commit cbdf1a9

Please sign in to comment.