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 Feb 9, 2024. It is now read-only.
The problem is that if from the MyCtrl I remove the item from $scope.tags the chip dom element does not get removed as well, it remains. but if I remove the item clicking the cross the item syncs with $scope.tags model.
What I'm trying to achieve is not letting the users to select duplicated tags and reflect that in the displayed chips.