Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(select): force visual update in IE
IE9, IE10 and IE11 would always show the first <option> as selected when the user moves from a null <option> to a non-null one in a non-null <select>. Even though the model was being updated correctly, visually, the first <option> always appeared selected. Setting the `selected` property twice in a row seems to fix it in all the three versions mentioned above. Closes angular#7692 Closes angular#8158
- Loading branch information