We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda8de5 commit 4f101a1Copy full SHA for 4f101a1
src/demo-app/autocomplete/autocomplete-demo.html
@@ -26,7 +26,7 @@
26
27
<md-input-container>
28
<input mdInput placeholder="State" [mdAutocomplete]="tdAuto" [(ngModel)]="currentState" #modelDir="ngModel"
29
- (ngModelChange)="this.tdStates = filterStates(currentState)" [disabled]="tdDisabled">
+ (ngModelChange)="tdStates = filterStates(currentState)" [disabled]="tdDisabled">
30
</md-input-container>
31
32
<md-card-actions>
0 commit comments