This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
select(multiple): rendering bug when model array is changed #11952
Open

Description
I was trying to solve a general problem with the md-select
directive: It is necessary to update the selected value(s) when the array list changes (to avoid remain values that does not exist in this current list).
I achieve it within a directive declaration, but I found an important trouble:
When I change selected value(s), the component is not automatically rendered. What do I need to implement for it?
Here is a testing demo.