-
Notifications
You must be signed in to change notification settings - Fork 2k
getToggleElement on dropdown #250
Comments
+1 I have the same problem. |
It's an angular-ui bootstrap issue and should be fixed with the following change: angular-ui/bootstrap@ef09517 This fix should be included in their next release. |
I am getting this error too by following the tutorial in: Is this code-breaking? |
@holyxiaoxin: No it should not break your code IMHO. |
Angular-UI release version 0.12.0. In bower.json file, replace angular-boostrap with This issue can be closed. |
While the issue is resolved (in terms of this error showing up in the console) after upgrading to this new angular bootstrap 0.12.0 the menus in mean.js stopped working for me. Is that just me? |
@jeromegv Menus are still working for me with MEAN 0.3.x and angular-bootstrap 0.12.0. I've also on latest Bootstrap 3.3.1. |
See here, the breaking change is listed: Needs to be fixed in that file: That fixed it for me. Surprised it's actually working for you since it's listed as breaking change. Did you re-run bower update and cleared your cache? |
submitted a pull request: #269 |
Same problem here. Thanks for the PR. |
fix getToggleElement on dropdown by updating to angular-bootstrap 0.12.0 #250
When clicking the link inside the drop down the console logs getToggleElement of null
The text was updated successfully, but these errors were encountered: