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
There is a typo in the template HTML. The "form" element is closed with yet another "form" element. It should be a closing "/form" element instead.
This gives an angular error in IE8: Error: [$compile:tplrt] Template for directive 'multiSelect' must have exactly one root element.
The text was updated successfully, but these errors were encountered:
@jkildedal ,
Thanks a lot for reporting! Will fix as soon as I have access to my repo.
Sorry, something went wrong.
Fixed.
Just FYI, version 2.x.x no longer supports IE8. It might work but does not support grouping and you may need to modify some CSS.
Hi Steven
Yes, I noticed.
I needed to change the "rgba" colors to hex and add background-color where linear-gradient was used. Other than that it works great!
No branches or pull requests
There is a typo in the template HTML. The "form" element is closed with yet another "form" element. It should be a closing "/form" element instead.
This gives an angular error in IE8:
Error: [$compile:tplrt] Template for directive 'multiSelect' must have exactly one root element.
The text was updated successfully, but these errors were encountered: