-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Collapse broken in 0.13.0 #3676
Comments
Demonstrate in a plunkr please. And since 0.13.0, ngAnimate is a requirement for transitions and animations. Please include ngAnimate and try again. We know, the docs still lack this information. Edit; |
@rvanbaalen I was having exactly the same problem. Including ngAnimate fixes it 👍 And yes, it would be very useful to include a heads up for this in the docs... I've been looking around and testing stuff for one an hour before reaching this post 😆 😆 But anyways, thanks a lot for all the hard work!!!! |
@rvanbaalen I have included "angular-animate" version 1.3.0-rc.4 via Bower since a long time in my project (and just broke with this version of angular-ui-bootstrap)... can I use that module or must be ngAnimate mandatory? And I think the error is due because I'm using this module via Bower (through the wrapper https://github.com/angular-ui/bootstrap-bower) and it has no other dependencies than Angular, so I suppose that their bower.json must include the dependency. I'm I right? Thank you so much for the help and hard work! |
@EvilJohnny Sorry for that pal 😉 We too make some mistakes sometimes haha. @NitroInside It's never recommended to use an Release Candidate version if there's a stable release available instead. |
@rvanbaalen totally agree with that, is an inherited project and it's dependencies are being gradually upgraded =) |
@NitroInside I created a gist with my solution for ngAnimate 1.4: https://gist.github.com/TimonVS/a40514121fb220495d8c. |
I have a similar issue with v0.13.0. The element is hidden on page load, I set an initial I revert back to 0.12.1 and it functions as intended. Using angular & angular-animate v1.3.15 |
I had problems with this too, could you update the dependencies on the home page also, the plunker for the collapse does not work due to the missing ngAnimate so that's a bit desorienting |
I'm confused - is the expectation that there is an initial animation to the uncollapsed state? |
0.12.x results
0.13.0 results
I am experiencing this on Chrome 44.0.2403.39 Also related to issue #3801 |
This should currently be fixed on It should also be noted, |
In 0.12.1 'collapse' works well, but in 0.13.0 the transition is lost. The element just hide/shows in a frame.
The text was updated successfully, but these errors were encountered: