You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
After resolving this issue angular-ui/bootstrap#2868, I had to manually add data-toggle="dropdown" to the bootstrap nav element so that the dropdown would show properly.
Maybe the fact that it was missing is what was causing the error in the first place?
Looks like it's already in place for the profile dropdown, just not in the data-ng-repeat that generates the Menus.
Hope it helps.
The text was updated successfully, but these errors were encountered:
christopherdro
changed the title
Need to add data-toggle="dropwdown" to Menu generator after upgrading angular-ui bootstrap
Need to add data-toggle="dropdown" to Menu generator after upgrading angular-ui bootstrap
Mar 30, 2015
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After resolving this issue angular-ui/bootstrap#2868, I had to manually add data-toggle="dropdown" to the bootstrap nav element so that the dropdown would show properly.
Maybe the fact that it was missing is what was causing the error in the first place?
Looks like it's already in place for the profile dropdown, just not in the data-ng-repeat that generates the Menus.
Hope it helps.
The text was updated successfully, but these errors were encountered: