Add Angular Animate

// index.html
<script src="https://code.angularjs.org/1.4.3/angular-animate.js"></script>
angualr.modue("myApp", ["ngAnimate"]);

Last updated

Was this helpful?