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 Nov 22, 2021. It is now read-only.
Hi, nice library, we have been using it for a while in our company.
we have the following use case:
$scope.theModel=['foo','bar','baz'];
<tags-inputng-model="theModel"></tags-input>
the lib here is changing theModel to:
[{text:'foo'},{text:'bar'},{text: 'baz'}]
is there a way to prevent that model change?
can we keep the model format as is? (I mean, as an array of strings)
do we have a workaround to solve that issue?
Hi, nice library, we have been using it for a while in our company.
we have the following use case:
the lib here is changing
theModelto:is there a way to prevent that model change?
can we keep the model format as is? (I mean, as an array of strings)
do we have a workaround to solve that issue?
Thanks in advance.