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.
It looks like md-chips currently does not support ng-change, and it only have an attribute (md-on-append), to do something when a new item is added.
Either, md-chips needs support for ng-change, or it needs an md-on-delete attribute.
Now, it looks like the best way is to use scope.$watchCollection on the md-chip ng-model attribute to trigger what you want to do.