-
Notifications
You must be signed in to change notification settings - Fork 6.7k
collapsing navbar issue #4628
Comments
I can see something fishy happening, probably made in 533a9f0 |
@Foxandxss i think the problem is with |
You could try a PR if you want. That would be highly appreciated. |
i tested and i think the problem you have if you do not ngAnimate include. i personally do not usually use ngAnimate, so it would be a good solution. 😃 thank you! |
Don't worry mate. I just fixed this issue. I will create a PR and it will be there for the next version. |
Or I think I had. Now I get a weird behavior with animate, grrr. |
@Foxandxss thank you for your help and the rapid response. |
Nah, don't worry. It is fixed, you will need to use 1.4.5 or more. We expect to release this week. |
@Foxandxss ok, thanks! 🙇 |
hi,
i noticed one interesting the collapse navbar.
http://embed.plnkr.co/FQWDqyFnDonUJdv1bPpr/preview
(latest bootstrap, angular-ui bootstrap, angularjs)
http://embed.plnkr.co/XVxhkRkSYPb1E8Tz6PDu/preview
(latest bootstrap, angularjs, angular-ui bootstrap 0.13.4)
in-and-out closing update navbar-collapse class:
collapsing
(latest angular-ui bootstrap)in-and-out closing update navbar-collapse class:
collapse
(angular-ui bootstrap 0.13.4)above the navbar 768px height has 0px in inline style.
the
collapsing
class does not work over 768px.something is not right.
thanks for the help!
The text was updated successfully, but these errors were encountered: