We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I extend angular-selectize to update the selected items when I change the model?
$scope.myModel = ["Tag1", "Tag2"]; <selectize options='myOptions' ng-model="myModel"></selectize> $scope.myModel = ["Tag1", "Tag2", "Tag3"];
Results in only Tag1, Tag2 showing.
The text was updated successfully, but these errors were encountered:
See #48, I think it could help you :-)
Sorry, something went wrong.
Oh, how very useful. Dziękuję
No branches or pull requests
How can I extend angular-selectize to update the selected items when I change the model?
Results in only Tag1, Tag2 showing.
The text was updated successfully, but these errors were encountered: