It's a big plunk so I can't say for certain, but in your app declaration you need to put an ngAnimate dependency, or it won't get injected (eg, script.js line 4 where you have angular.module called, stick 'ngAnimate' in there with 'kendo.directives', and 'ngSanitize'
e On Mon, May 26, 2014 at 1:06 AM, Yonatan Kra <[email protected]> wrote: > Hi, > I have this simple ng-include example: > http://plnkr.co/edit/tiQpR5ssqNqizrh0q8wV?p=preview > Why doesn't ng-animate work here? > Thanks > > -- > 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. > -- 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.
