Skip to content

Commit 4f101a1

Browse files
dharmeshpipariyakara
authored andcommitted
chore(autocomplete): removed un-used "this" from html bindings (#3278)
1 parent fda8de5 commit 4f101a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo-app/autocomplete/autocomplete-demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

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

3232
<md-card-actions>

0 commit comments

Comments
 (0)