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 Sep 8, 2020. It is now read-only.
I posted the following issue stackoverflow (contains a jsfiddle that shows the issue):
http://stackoverflow.com/questions/16123704/how-to-get-select2-tags-initializing-correctly-with-angular-ui-when-option-group
I have tried digging in to angular-ui to see if I can find what keeps it from getting initialized but the code looks correct:
if (isSelect) {
elm.select2('val', controller.$modelValue);
}
controller.$modelValue is set correctly so it seems like its some kind of refresh issue.
http://jsfiddle.net/tadchristiansen/QRRYf/
The text was updated successfully, but these errors were encountered: