Skip to content

Commit 3a1eff0

Browse files
committed
Rebase to be compatible without forms
1 parent e3c1770 commit 3a1eff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/select/select.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ export class MdSelect extends _MdSelectMixinBase implements AfterContentInit, On
437437
this._initKeyManager();
438438

439439
this._changeSubscription = startWith.call(this.options.changes, null).subscribe(() => {
440-
this._resetOptions();
440+
this._resetOptions();
441441
this._initializeSelection();
442442
});
443443
}

0 commit comments

Comments
 (0)