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

Error in HTML template #52

Closed
jkildedal opened this issue Jul 21, 2014 · 3 comments
Closed

Error in HTML template #52

jkildedal opened this issue Jul 21, 2014 · 3 comments
Labels

Comments

@jkildedal
Copy link

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.

@isteven isteven added the bug label Jul 21, 2014
@isteven
Copy link
Owner

isteven commented Jul 21, 2014

@jkildedal ,

Thanks a lot for reporting! Will fix as soon as I have access to my repo.

@isteven
Copy link
Owner

isteven commented Jul 22, 2014

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.

@isteven isteven closed this as completed Jul 22, 2014
@jkildedal
Copy link
Author

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!

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

No branches or pull requests

2 participants