Skip to content
New issue

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

directive inside form #154

Open
mehrizi opened this issue Oct 30, 2016 · 2 comments
Open

directive inside form #154

mehrizi opened this issue Oct 30, 2016 · 2 comments

Comments

@mehrizi
Copy link

mehrizi commented Oct 30, 2016

If I use the directive inside a form (with name) and either I set a name for directive or not, the actual model is not updated after I select options from selectize.
It is functioning normally if it is not inside a form

@mehrizi
Copy link
Author

mehrizi commented Oct 30, 2016

It worth mentioning that the view value from the form controller is updated but not the ng-model set in the directive itself

@marcioaguiar
Copy link

It seems that this is result of removing the scope.$evalAsync from the onChange operation.

Anyone know why this was removed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants