Skip to content

Commit

Permalink
chore(autocomplete): removed un-used "this" from html bindings (#3278)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmeshpipariya authored and kara committed Feb 27, 2017
1 parent fda8de5 commit 4f101a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo-app/autocomplete/autocomplete-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<md-input-container>
<input mdInput placeholder="State" [mdAutocomplete]="tdAuto" [(ngModel)]="currentState" #modelDir="ngModel"
(ngModelChange)="this.tdStates = filterStates(currentState)" [disabled]="tdDisabled">
(ngModelChange)="tdStates = filterStates(currentState)" [disabled]="tdDisabled">
</md-input-container>

<md-card-actions>
Expand Down

0 comments on commit 4f101a1

Please sign in to comment.