I am trying to add ngAnimate in my project but it is giving me error on
console
angular-animate.js:4122 Uncaught TypeError: q.module(...).info is not a
function.
I am using Angular 1.4.3
What I did?
bower install angular-animate
index.html
<script
src="../bower_components/angular-animate/angular-animate.min.js"></script>
Controller:
angular.module('myApp.myController', ['ngAnimate']
I also changed the angular-animate version to 1.4.3 but didn't work.
Can someone please suggest me?
--
You received this message because you are subscribed to the Google Groups
"Angular and AngularJS discussion" 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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.