-
Notifications
You must be signed in to change notification settings - Fork 52
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
NgChange #10
Comments
Nope, not yet. Would happily merge a pull request for it. As a workaround, use a scope watch on the variable that you use in the |
Err wait, this might just work automatically. Have you tried it? |
Yes, I try it, but don't work. |
Yeh that s not working, Must needde feature |
Not yet? |
You can add this: controller.$viewChangeListeners.push(function() { When you detect changes in select2, right in the $timeout callback. It worked for me. |
This is working with Angular 1.4.9 and angular-select2 1.5.2. I'm using it normally here, also with all other ng-directives associated with input elements. |
Hi,
Great job! I have a question about ng-change, this was implemented?
The text was updated successfully, but these errors were encountered: