Hi JakeIn later versions of angular (1.2+) there is a separate "angular-animate.js" script, which has to be included in order for animations to work.
Could it be that you have upgraded from 1.1.x to a 1.2.x version and now require the script. Something like:<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.6/angular-animate.js"></script>
- Justin
--
You received this message because you are subscribed to a topic in the Google Groups "AngularJS" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/angular/qB2wUgH2cD4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
angular.module ('yourModuleName', ['ngAnimate']);
Hope this helps.