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.