-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Dropdown menu won't automatically close using ui-bootstrap-tpls-0.11.0.js #2600
Comments
I've found that removing the tags from inside the list tags will cause the menu to automatically disappear when the option is clicked. Not sure why that is the case though. |
I have also hit this bug. Which tags are you referring to, @mscottillinois? |
+1 Got around it by using a boolean in the scope with is-open, but would rather the things just close. |
Sorry I forgot to state which tags...I found that removing the <a> tags from within the list tags resolved the issue (see http://plnkr.co/edit/xoeHb5Vwb7Xc8Cr2xGQM?p=preview). Not desirable, but not insurmountable either. |
Probably a duplicate of #2130. |
@RobJacobs That changes the view. |
Sorry, I mean that, when I tried that, it would take me back to the homepage when clicking the link. |
Ahh, the plunk wasn't exhibiting that behavior, comments deleted. |
This should now be fixed on 0.11.2. Closing. Please re-open with a Plunker if it isn't fixed. |
I'm having trouble getting the angular ui dropdown menu to automatically close when using the latest version (11) of the ui-bootstrap-tpls js file. I've created a plunker that uses a stripped-down portion of my application (http://plnkr.co/edit/A1KK44Rqt4v8nC9EahWF?p=preview). I've included the same angular files and bootstrap css that is used in the application. What is weird is that using version 10 of the ui-bootstrap-tpls file WILL automatically close the dropdown menu (http://plnkr.co/edit/ZuPbNHJrn3soO2dg8cWX?p=preview). Any help would be much appreciated!
The text was updated successfully, but these errors were encountered: