Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upChosen with AngularJs 1.3 #2159
Closed
Comments
|
I was able to resolve the problem by wrapping the trigger method within a $timeout. I have no idea why this behavior is different in AngularJs 1.3.
|
|
Tks @willypowwow, I was with the same problem today and your tip helped me ;) Strange issue. |
|
Closed since @willypowwow was "able to resolve the problem" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have been using Chosen for quite some time successfully with Angular 1.2 After having updated to AngularJS 1.2 I notice that the select box no longer displays an existing model value on page load though it will after selected an option from the list. Has anyone else reported this?
I have tried watching the model value from my directive but that has not helped
});