Hey, Paul Thanks for your answer, but I had the ngAnimate included.
I was using angular version 1.2.0 then executed 'bower update' to upgrade all my packages. Then angularjs didnt start properly complaining that sth was wrong with ngAnimate. Now everything is fine since I did a bower update to angular#1.2.9 , but seems like there are inconsistencies with angulars dependencies ( seems like for every version there are a different set of dependencies which trigger errors ) On Sat, Mar 22, 2014 at 4:13 AM, Paul B. <[email protected]> wrote: > In addition to including the script, you may also need to inject the > ngAnimate module into your app. > > angular.module ('yourModuleName', ['ngAnimate']); > > Hope this helps. > > -- > 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.
