I noticed my animations of my sidebar where not working while using angular:angular-material package together with Angular-Meteor.
When I pasted in the CDN link in my head, it did work. Turned out the package is using version 1.4.4 which apparently is not compatible with the current version of angular material for Meteor (v0.10.1).
So forcing the version of angular-animate to 1.4.3 fixed the trick
Yeah, is i described i went to another version of animete. Just fix the
version in your package file.
I dont have the time to debug animate package right now and it will
probably be resolved with a newer version by the core team.