-
Notifications
You must be signed in to change notification settings - Fork 33
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
Doesn't work with ui-bootstrap >= 0.11.0 #4
Comments
Thank you for the bug report. It is due to some breaking changes introduced in ui-bootstrap 0.11. Using ui-bootstrap 0.10.0 with angular 1.4.0-beta.2 works fine. Since I planned to remove ui-bootstrap dependency on future releases, this issue won't be fixed. |
So any updates here? |
Hi @astanciu, indeed I'm working on an version 2 that supports AngularJS 1.4.x and Bootstrap 3. It also no longer depends on ui-bootstrap. It was really close to finish a couple of weeks ago, but I have been occupied on my day works. I hope I can release it within November. |
So any updates here? |
i had a similar issue, you need to modifiy the ui-iconpicker.js file and replace in line 156 (the templates/iconpicker.html):
|
Try with |
This directive does not work with the latest version of bootstrap and angular
http://plnkr.co/edit/dXPYohDJGdvNadjugff7?p=preview
The text was updated successfully, but these errors were encountered: