I have a strange issue. I want to include angular-animate in my AngularJS project - I am using AngularJS v1.2.6. I have added angular-animate to my bower file.
angular-animate
Phew! I think I have fixed this... Bower seems to be the issue and solution!
I change from AngularJS 1.2.6 to 1.2.15 in my bower file and this resolved my issue:
so I changed this:
"angular": "1.2.6"
to this
"angular": "1.2.15"
Well, That only cost me 2 hours!