You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
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?