I'm trying to use angular animate, but to have the error in the console just import the angular-animate.js
Uncaught TypeError: angular.module (...). info is not a function at angular-animate.js: 4139 at angular-animate.js: 4155
My app file.
var app = angular.module('main', ['ui.router','ngAnimate']);
Until then I did not call any of the animate functions because of this error.