Hi, Justin Thanks for your reply.
I've checked and my script pointing to angular-animate.js was correct. I later executed the following command - bower install angular#1.2.9 after installing it worked fine. I'm not sure what went wrong with the previous 'bower update' command but apparently it installed a weird angular version that wasn't working correctly... hope it wasn't the case. On Fri, Mar 21, 2014 at 11:41 PM, Justin Walsh <[email protected]>wrote: > Hi Jake > > In 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 > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
