Skip to content

Commit

Permalink
feat(autocomplete): add autocomplete panel toggling
Browse files Browse the repository at this point in the history
  • Loading branch information
kara committed Jan 4, 2017
1 parent 2a2dbbd commit 5ca9cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/demo-app/autocomplete/autocomplete-demo.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="demo-autocomplete">
<md-input-container>
<input md-input placeholder="State" [mdAutocomplete]="auto">
<input mdInput placeholder="State" [mdAutocomplete]="auto">
</md-input-container>

<md-autocomplete #auto="mdAutocomplete">
Expand Down
2 changes: 1 addition & 1 deletion src/lib/autocomplete/autocomplete.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ describe('MdAutocomplete', () => {
@Component({
template: `
<md-input-container>
<input md-input placeholder="State" [mdAutocomplete]="auto">
<input mdInput placeholder="State" [mdAutocomplete]="auto">
</md-input-container>
<md-autocomplete #auto="mdAutocomplete">
Expand Down

0 comments on commit 5ca9cec

Please sign in to comment.