-
Notifications
You must be signed in to change notification settings - Fork 21
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
Button click inside tab content is not firing with angular ui bootstrap #28
Comments
Thanks for making a plunk that demonstrates the issue--that makes it a lot easier to debug. I think the problem is with the visible It's strange because the buttons still recognize the I'll look into it. |
Sorry this took so long, and you've probably moved on by now, but v1.2.0 will hopefully fix your issue. Here's a fork of your plunk showing it working: |
Thanks for the followup. Yes. I made some patches to make it work. I will see if I can replace with your latest version. I see it is working now in your plnkr. let me close this bug for now 👍 |
I have a dynamic angular uib-tabs which is working fine with scrolling tabs. it has dynamic tab content, button is one of them which is having click event. this button is not firing the event when placing inside scrolling tabs; works fine when removing this scrolling tab wrapper directive.
Anything am missing. any help is appreciated.
Here is the plunk having issue with button click event inside tab content -
http://plnkr.co/edit/FZo7R5?p=preview
The text was updated successfully, but these errors were encountered: